#include <cBase64.h>
|
static const char | k_chFill = '=' |
|
static const char | k_Encode [65] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
|
◆ DEC()
static BYTE GrayLib::cBase64Char::DEC |
( |
char |
ch | ) |
|
|
inlinestaticnoexcept |
allow outside range for testing.
◆ ENC()
static char GrayLib::cBase64Char::ENC |
( |
BYTE |
b | ) |
|
|
inlinestatic |
◆ k_chFill
const char GrayLib::cBase64Char::k_chFill = '=' |
|
static |
◆ k_Encode
const char GrayLib::cBase64Char::k_Encode = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
|
static |
The documentation for this struct was generated from the following files:
- c:/Dennis/Source/Gray/GrayLib/include/Codec/cBase64.h
- c:/Dennis/Source/Gray/GrayLib/src/Codec/cBase64.cpp