MySQL 9.0.0
Source Code Documentation
Base64Alphabet::Crypt 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::Crypt::alphabet
staticconstexpr
Initial value:
{
{'.', '/', '0', '1', '2', '3', '4', '5',
'6', '7', '8', '9', 'A', 'B', 'C', 'D',
'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T',
'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b',
'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r',
's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}}

◆ inverse_alphabet

constexpr inverse_alphabet_type HTTP_COMMON_EXPORT Base64Alphabet::Crypt::inverse_alphabet
staticconstexpr
Initial value:
=
static constexpr alphabet_type HTTP_COMMON_EXPORT alphabet
Definition: base64.h:500
constexpr inverse_alphabet_type inverse(const alphabet_type &v)
inverse
Definition: base64.h:431

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