#include "PreCompiled.h"
#include <iostream>
#include <string>
#include "Base64.h"
Go to the source code of this file.
Functions | |
static bool | is_base64 (unsigned char c) |
Variables | |
static const std::string | base64_chars |
static bool is_base64 | ( | unsigned char | c | ) | [inline, static] |
Definition at line 44 of file Base64.cpp.
Referenced by Base::base64_decode().
const std::string base64_chars [static] |
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "0123456789+/"
Definition at line 38 of file Base64.cpp.
Referenced by Base::base64_decode(), and Base::base64_encode().