#include <Base64.h>
Definition at line 48 of file Base64.h.
Public Member Functions | |
| Base64 () | |
| void | encode (FILE *, std::string &, bool add_crlf=true) |
| void | encode (const std::string &, std::string &, bool add_crlf=true) |
| void | encode (const char *, size_t, std::string &, bool add_crlf=true) |
| void | encode (unsigned char *, size_t, std::string &, bool add_crlf=true) |
| void | decode (const std::string &, std::string &) |
| void | decode (const std::string &, unsigned char *, size_t &) |
| size_t | decode_length (const std::string &) |
Private Member Functions | |
| Base64 (const Base64 &) | |
| Base64 & | operator= (const Base64 &) |
Static Private Attributes | |
| static char * | bstr |
| static char | rstr [128] |
| Base64::Base64 | ( | ) |
| void Base64::encode | ( | FILE * | , | |
| std::string & | , | |||
| bool | add_crlf = true | |||
| ) |
| void Base64::encode | ( | const std::string & | , | |
| std::string & | , | |||
| bool | add_crlf = true | |||
| ) |
| void Base64::encode | ( | const char * | , | |
| size_t | , | |||
| std::string & | , | |||
| bool | add_crlf = true | |||
| ) |
| void Base64::encode | ( | unsigned char * | , | |
| size_t | , | |||
| std::string & | , | |||
| bool | add_crlf = true | |||
| ) |
| void Base64::decode | ( | const std::string & | , | |
| std::string & | ||||
| ) |
| void Base64::decode | ( | const std::string & | , | |
| unsigned char * | , | |||
| size_t & | ||||
| ) |
| size_t Base64::decode_length | ( | const std::string & | ) |
char* Base64::bstr [static, private] |
char Base64::rstr[128] [static, private] |
1.5.1