![]() |
TrinityCore
|
Static Public Member Functions | |
| static constexpr char | Encode (uint8 v) |
| static constexpr uint8 | Decode (uint8 v) |
Static Public Attributes | |
| static constexpr std::size_t | BITS_PER_CHAR = 5 |
| static constexpr char | PADDING = '=' |
| static constexpr uint8 | DECODE_ERROR = 0xff |
Definition at line 22 of file Base32.cpp.
Definition at line 35 of file Base32.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticconstexpr |
Definition at line 27 of file Base32.cpp.
|
staticconstexpr |
Definition at line 24 of file Base32.cpp.
|
staticconstexpr |
Definition at line 34 of file Base32.cpp.
|
staticconstexpr |
Definition at line 26 of file Base32.cpp.