s11n::base64::decoder Struct Reference

#include <base64dec.hpp>

Collaboration diagram for s11n::base64::decoder:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 decoder (int buffersize_in=4096)
int decode (char value_in)
int decode (const char *code_in, const int length_in, char *plaintext_out)
void decode (std::istream &istream_in, std::ostream &ostream_in)

Public Attributes

base64_decodestate _state
int _buffersize


Detailed Description

Definition at line 51 of file base64dec.hpp.


Constructor & Destructor Documentation

s11n::base64::decoder::decoder ( int  buffersize_in = 4096  )  [inline]

Definition at line 56 of file base64dec.hpp.


Member Function Documentation

int s11n::base64::decoder::decode ( char  value_in  )  [inline]

Definition at line 59 of file base64dec.hpp.

Referenced by s11n::base64::bindata_deser::operator()().

int s11n::base64::decoder::decode ( const char *  code_in,
const int  length_in,
char *  plaintext_out 
) [inline]

Definition at line 63 of file base64dec.hpp.

void s11n::base64::decoder::decode ( std::istream &  istream_in,
std::ostream &  ostream_in 
) [inline]

Definition at line 67 of file base64dec.hpp.


Member Data Documentation

base64_decodestate s11n::base64::decoder::_state

Definition at line 53 of file base64dec.hpp.

int s11n::base64::decoder::_buffersize

Definition at line 54 of file base64dec.hpp.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 4 21:47:18 2008 for libs11n by  doxygen 1.5.3