#include "OSBase64.h"
#include <sstream>
Go to the source code of this file.
Variables | |
static const std::string | base64_chars |
const std::string base64_chars [static] |
Initial value:
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "0123456789+/"
Definition at line 20 of file OSBase64.cpp.
Referenced by Base64::decodeb64(), and Base64::encodeb64().