#include <mimestream.hh>
Public Member Functions | |
| Base64In () | |
| Output::ResultType | result () |
| Base64In< Output > & | operator<< (char x) |
| Output operators, for handing in the ASCII Base64 string. | |
| Base64In< Output > & | operator<< (const char *x) |
| Convert null-terminated string. | |
| Base64In< Output > & | operator<< (const string &x) |
| Convert string. | |
| Base64In< Output > & | put (char x) |
| Output 1 character. | |
| Base64In< Output > & | put (const char *x, unsigned n) |
| Convert given number of characters. | |
| void | reset () |
| Return the object to its initial state. | |
Output is a class offering the following:
| Output::ResultType Base64In< Output >::result | ( | ) | [inline] |
Referenced by main().
| Base64In< Output > & Base64In< Output >::put | ( | const char * | x, | |
| unsigned | n | |||
| ) | [inline] |
Convert given number of characters.
| void Base64In< Output >::reset | ( | ) | [inline] |
1.5.6