libcommonc++  0.7
Base64.c++ File Reference
#include "commonc++/Base64.h++"
#include <cstring>
#include <cctype>
Include dependency graph for Base64.c++:

Namespaces

 ccxx
 

Variables

static const char * __base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
 
static int __tuplesPerLine = 19
 
static int __bytesPerLine = __tuplesPerLine * 3