MySQL 8.3.0
Source Code Documentation
Base64Alphabet::Uuencode Class Reference

#include <base64.h>

Static Public Attributes

static constexpr alphabet_type HTTP_COMMON_EXPORT alphabet
 
static constexpr inverse_alphabet_type HTTP_COMMON_EXPORT inverse_alphabet
 

Member Data Documentation

◆ alphabet

constexpr alphabet_type HTTP_COMMON_EXPORT Base64Alphabet::Uuencode::alphabet
staticconstexpr
Initial value:
{{
0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57,
0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f,
}}

◆ inverse_alphabet

constexpr inverse_alphabet_type HTTP_COMMON_EXPORT Base64Alphabet::Uuencode::inverse_alphabet
staticconstexpr
Initial value:
=
static constexpr alphabet_type HTTP_COMMON_EXPORT alphabet
Definition: base64.h:499
constexpr inverse_alphabet_type inverse(const alphabet_type &v)
inverse
Definition: base64.h:398

The documentation for this class was generated from the following file: