#include "OSBase64.h"
#include <sstream>
Include dependency graph for OSBase64.cpp:
Go to the source code of this file.
Variables | |
const char * | base64_char_cstr |
const char* base64_char_cstr [static] |
Initial value:
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "0123456789+/"
Definition at line 28 of file OSBase64.cpp.
Referenced by Base64::decodeb64(), and Base64::encodeb64().