![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cBase64.h>
Public Member Functions | |
UNITTEST_FRIEND (cBase64) | |
Static Public Member Functions | |
static StrLen_t | GetTextSizeFromBinarySize (size_t nSizeBin) noexcept |
static size_t | GetBinarySizeFromTextSize (StrLen_t nLenText) noexcept |
Base class for Base64 encoding, as well as UUCode encoding.
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
how much text to hold this binary data ? round up for unaligned(3) data. padded with 0's
GrayLib::cBase64Coder::UNITTEST_FRIEND | ( | cBase64 | ) |