|
IBR-DTNSuite
0.8
|
#include "ibrcommon/data/Base64.h"
Go to the source code of this file.
Namespaces | |
| namespace | ibrcommon |
Defines | |
| #define | _0000_0011 0x03 |
| #define | _1111_1100 0xFC |
| #define | _1111_0000 0xF0 |
| #define | _0011_0000 0x30 |
| #define | _0011_1100 0x3C |
| #define | _0000_1111 0x0F |
| #define | _1100_0000 0xC0 |
| #define | _0011_1111 0x3F |
| #define _0000_0011 0x03 |
Definition at line 10 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_0(), ibrcommon::Base64::Group::b64_1(), and ibrcommon::Base64::Group::b64_2().
| #define _0000_1111 0x0F |
Definition at line 15 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_1(), and ibrcommon::Base64::Group::b64_2().
| #define _0011_0000 0x30 |
Definition at line 13 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_1().
| #define _0011_1100 0x3C |
Definition at line 14 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_2().
| #define _0011_1111 0x3F |
Definition at line 17 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_0(), ibrcommon::Base64::Group::b64_2(), and ibrcommon::Base64::Group::b64_3().
| #define _1100_0000 0xC0 |
Definition at line 16 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_2(), and ibrcommon::Base64::Group::b64_3().
| #define _1111_0000 0xF0 |
Definition at line 12 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_1(), and ibrcommon::Base64::Group::b64_2().
| #define _1111_1100 0xFC |
Definition at line 11 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_0(), and ibrcommon::Base64::Group::b64_1().