IBR-DTNSuite
0.8
|
#include <Base64.h>
Public Member Functions | |
Group () | |
virtual | ~Group () |
void | zero () |
uint8_t | get_0 () const |
uint8_t | get_1 () const |
uint8_t | get_2 () const |
void | set_0 (uint8_t val) |
void | set_1 (uint8_t val) |
void | set_2 (uint8_t val) |
int | b64_0 () const |
int | b64_1 () const |
int | b64_2 () const |
int | b64_3 () const |
void | b64_0 (int val) |
void | b64_1 (int val) |
void | b64_2 (int val) |
void | b64_3 (int val) |
Definition at line 36 of file Base64.cpp.
References zero().
ibrcommon::Base64::Group::~Group | ( | ) | [virtual] |
Definition at line 41 of file Base64.cpp.
int ibrcommon::Base64::Group::b64_0 | ( | ) | const |
Definition at line 82 of file Base64.cpp.
References _1111_1100.
void ibrcommon::Base64::Group::b64_0 | ( | int | val | ) |
Definition at line 102 of file Base64.cpp.
References _0000_0011, and _0011_1111.
int ibrcommon::Base64::Group::b64_1 | ( | ) | const |
Definition at line 87 of file Base64.cpp.
References _0000_0011, and _1111_0000.
void ibrcommon::Base64::Group::b64_1 | ( | int | val | ) |
Definition at line 107 of file Base64.cpp.
References _0000_1111, _0011_0000, and _1111_1100.
int ibrcommon::Base64::Group::b64_2 | ( | ) | const |
Definition at line 92 of file Base64.cpp.
References _0000_1111, and _1100_0000.
void ibrcommon::Base64::Group::b64_2 | ( | int | val | ) |
Definition at line 113 of file Base64.cpp.
References _0000_0011, _0011_1100, _0011_1111, and _1111_0000.
int ibrcommon::Base64::Group::b64_3 | ( | ) | const |
Definition at line 97 of file Base64.cpp.
References _0011_1111.
void ibrcommon::Base64::Group::b64_3 | ( | int | val | ) |
Definition at line 119 of file Base64.cpp.
References _0011_1111, and _1100_0000.
uint8_t ibrcommon::Base64::Group::get_0 | ( | ) | const |
Definition at line 52 of file Base64.cpp.
Referenced by ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
uint8_t ibrcommon::Base64::Group::get_1 | ( | ) | const |
Definition at line 57 of file Base64.cpp.
Referenced by ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
uint8_t ibrcommon::Base64::Group::get_2 | ( | ) | const |
Definition at line 62 of file Base64.cpp.
Referenced by ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
void ibrcommon::Base64::Group::set_0 | ( | uint8_t | val | ) |
Definition at line 67 of file Base64.cpp.
void ibrcommon::Base64::Group::set_1 | ( | uint8_t | val | ) |
Definition at line 72 of file Base64.cpp.
void ibrcommon::Base64::Group::set_2 | ( | uint8_t | val | ) |
Definition at line 77 of file Base64.cpp.
void ibrcommon::Base64::Group::zero | ( | ) |
Definition at line 45 of file Base64.cpp.
Referenced by Group(), ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().