|
IBR-DTNSuite
0.10
|
#include "ibrcommon/data/Base64.h"
Go to the source code of this file.
Namespaces | |
| namespace | ibrcommon |
Macros | |
| #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 24 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 29 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_1(), and ibrcommon::Base64::Group::b64_2().
| #define _0011_0000 0x30 |
Definition at line 27 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_1().
| #define _0011_1100 0x3C |
Definition at line 28 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_2().
| #define _0011_1111 0x3F |
Definition at line 31 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 30 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_2(), and ibrcommon::Base64::Group::b64_3().
| #define _1111_0000 0xF0 |
Definition at line 26 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_1(), and ibrcommon::Base64::Group::b64_2().
| #define _1111_1100 0xFC |
Definition at line 25 of file Base64.cpp.
Referenced by ibrcommon::Base64::Group::b64_0(), and ibrcommon::Base64::Group::b64_1().