Common Base64 definitions.
More...
#include <base64.h>
|
| enum | { Invalid_Data = etl::integral_limits<int>::max
, Min_Encode_Buffer_Size = 4
, Min_Decode_Buffer_Size = 3
} |
|
|
ETL_CONSTEXPR14 | base64 (const char *encoder_table_, bool use_padding_) |
|
|
static ETL_CONSTEXPR14 const char * | character_set_1 () |
|
static ETL_CONSTEXPR14 const char * | character_set_2 () |
|
static ETL_CONSTEXPR14 const char * | character_set_3 () |
|
|
const char * | encoder_table |
|
const bool | use_padding |
Common Base64 definitions.
The documentation for this class was generated from the following file: