#include "commonc++/Base64.h++"#include <cstring>#include <cctype>

Namespaces | |
| namespace | ccxx |
Variables | |
| static const char * | __base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
| static int | __tuplesPerLine = 19 |
| static int | __bytesPerLine = __tuplesPerLine * 3 |
1.5.9