Public Member Functions | Public Attributes | List of all members
base64::encoder Struct Reference

#include <encode.h>

Public Member Functions

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

Public Attributes

int _buffersize
 
base64_encodestate _state
 

Detailed Description

Definition at line 22 of file encode.h.

Constructor & Destructor Documentation

◆ encoder()

base64::encoder::encoder ( int  buffersize_in = 512)
inline

Definition at line 27 of file encode.h.

Member Function Documentation

◆ encode() [1/3]

int base64::encoder::encode ( char  value_in)
inline

Definition at line 33 of file encode.h.

◆ encode() [2/3]

int base64::encoder::encode ( const char *  code_in,
const int  length_in,
char *  plaintext_out 
)
inline

Definition at line 38 of file encode.h.

◆ encode() [3/3]

void base64::encoder::encode ( std::istream &  istream_in,
std::ostream &  ostream_in 
)
inline

Definition at line 48 of file encode.h.

◆ encode_end()

int base64::encoder::encode_end ( char *  plaintext_out)
inline

Definition at line 43 of file encode.h.

Member Data Documentation

◆ _buffersize

int base64::encoder::_buffersize

Definition at line 25 of file encode.h.

◆ _state

base64_encodestate base64::encoder::_state

Definition at line 24 of file encode.h.


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


xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas , Jacob Perron
autogenerated on Thu Nov 23 2023 04:01:41