#include <iterator>
#include <ios>
Go to the source code of this file.
Classes | |
class | base64< _E, _Tr > |
struct | base64< _E, _Tr >::crlf |
struct | base64< _E, _Tr >::crlfsp |
struct | base64< _E, _Tr >::noline |
struct | base64< _E, _Tr >::three2four |
Macros | |
#define | _0000_0011 0x03 |
#define | _0000_1111 0x0F |
#define | _0011_0000 0x30 |
#define | _0011_1100 0x3C |
#define | _0011_1111 0x3F |
#define | _1100_0000 0xC0 |
#define | _1111_0000 0xF0 |
#define | _1111_1100 0xFC |
#define | _EQUAL_CHAR (-1) |
#define | _IOS_BADBIT std::ios_base::badbit |
#define | _IOS_EOFBIT std::ios_base::eofbit |
#define | _IOS_FAILBIT std::ios_base::failbit |
#define | _IOS_GOODBIT std::ios_base::goodbit |
#define | _UNKNOWN_CHAR (-2) |
Variables | |
static int | _base64Chars [] |
|
static |