All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
base64::encoder Struct Reference
Collaboration diagram for base64::encoder:
Collaboration graph
[legend]

Public Member Functions

 encoder (int buffersize_in=BUFFERSIZE)
 
int encode (char value_in)
 
int encode (const char *code_in, const int length_in, char *plaintext_out)
 
int encode_end (char *plaintext_out)
 
void encode (std::istream &istream_in, std::ostream &ostream_in)
 

Public Attributes

base64_encodestate _state
 
int _buffersize
 

The documentation for this struct was generated from the following file: