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

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