#include <base64.h>
Public Member Functions | |
int | b64_0 () const |
void | b64_0 (int _ch) |
int | b64_1 () const |
void | b64_1 (int _ch) |
int | b64_2 () const |
void | b64_2 (int _ch) |
int | b64_3 () const |
void | b64_3 (int _ch) |
byte_t | get_0 () const |
byte_t | get_1 () const |
byte_t | get_2 () const |
void | set_0 (byte_t _ch) |
void | set_1 (byte_t _ch) |
void | set_2 (byte_t _ch) |
void | zero () |
Private Attributes | |
byte_t | _data [3] |
int base64< _E, _Tr >::three2four::b64_0 | ( | ) | const [inline] |
void base64< _E, _Tr >::three2four::b64_0 | ( | int | _ch | ) | [inline] |
int base64< _E, _Tr >::three2four::b64_1 | ( | ) | const [inline] |
void base64< _E, _Tr >::three2four::b64_1 | ( | int | _ch | ) | [inline] |
int base64< _E, _Tr >::three2four::b64_2 | ( | ) | const [inline] |
void base64< _E, _Tr >::three2four::b64_2 | ( | int | _ch | ) | [inline] |
int base64< _E, _Tr >::three2four::b64_3 | ( | ) | const [inline] |
void base64< _E, _Tr >::three2four::b64_3 | ( | int | _ch | ) | [inline] |
byte_t base64< _E, _Tr >::three2four::get_0 | ( | ) | const [inline] |
byte_t base64< _E, _Tr >::three2four::get_1 | ( | ) | const [inline] |
byte_t base64< _E, _Tr >::three2four::get_2 | ( | ) | const [inline] |
void base64< _E, _Tr >::three2four::set_0 | ( | byte_t | _ch | ) | [inline] |
void base64< _E, _Tr >::three2four::set_1 | ( | byte_t | _ch | ) | [inline] |
void base64< _E, _Tr >::three2four::set_2 | ( | byte_t | _ch | ) | [inline] |
void base64< _E, _Tr >::three2four::zero | ( | ) | [inline] |
byte_t base64< _E, _Tr >::three2four::_data[3] [private] |