#include <cel_base64.h>
List of all members.
Detailed Description
template<typename Base64Traits>
struct Celartem::Base64T< Base64Traits >
Base64T defines Base64 encode/decode routines. For normal usage, use Base64 class.
Member Function Documentation
template<typename Base64Traits >
Decode the input string into binary.
- Parameters:
-
| buffer | A buffer to receive the binary. |
| src | A Base64 string to decode. |
template<typename Base64Traits >
Encode the input binary into Base64 string.
- Parameters:
-
| src | A binary to encode. |
| size | The size of the binary in bytes. |
- Returns:
- The result string.
The documentation for this struct was generated from the following file: