| Main Page Class Hierarchy Alphabetical List Compound List Examples |
#include <base64.h>
Inheritance diagram for Base64::Decoder:

Public Member Functions | |
| Decoder () | |
| const char * | name () const |
| template<typename InIt, typename OutIt> | |
| void | process (InIt bit, InIt eit, OutIt out) |
| template<typename OutIt> | |
| void | process (char_type c, OutIt &out) |
| template<typename OutIt> | |
| void | flush (OutIt &out) |
|
|
Constructor |
|
|
Write to |
|
|
Returns the name of the codec ("Base64") Implements codec. |
|
||||||||||||
|
Decodes
|
|
||||||||||||||||
|
Decodes [ |