Embedded Template Library 1.0
|
Common Base64 definitions. More...
#include <base64.h>
Classes | |
struct | Encoding |
struct | Non_Coding_Characters |
struct | Padding |
Public Types | |
enum | { Invalid_Data = etl::integral_limits<int>::max , Min_Encode_Buffer_Size = 4 , Min_Decode_Buffer_Size = 3 } |
Protected Member Functions | |
ETL_CONSTEXPR14 | base64 (const char *encoder_table_, bool use_padding_) |
Static Protected Member Functions | |
static ETL_CONSTEXPR14 const char * | character_set_1 () |
static ETL_CONSTEXPR14 const char * | character_set_2 () |
static ETL_CONSTEXPR14 const char * | character_set_3 () |
Protected Attributes | |
const char * | encoder_table |
const bool | use_padding |
Common Base64 definitions.