#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 27 of file OSBase64.cpp.
Referenced by Base64::decodeb64(), and Base64::encodeb64().
1.4.7