#include <base64.h>
Public Member Functions | |
Alphabet () | |
char | e (int x) |
void | test () |
Public Attributes | |
boost::scoped_array< unsigned char > | decode |
Private Attributes | |
const unsigned char * | encode |
Definition at line 23 of file base64.h.
boost::scoped_array<unsigned char> mongo::base64::Alphabet::decode |
const unsigned char* mongo::base64::Alphabet::encode [private] |