jigdo API
Last update by Admin on 2010-05-23
Base64In< Output > Class Template Reference
Convert a series of Base64 ASCII strings into binary data. More...
#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. |
Detailed Description
template<class Output>
class Base64In< Output >
Convert a series of Base64 ASCII strings into binary data.
Output is a class offering the following:
- void put(byte b); // Output one byte of binary data
- typedef implementation_defined ResultType;
- ResultType result(); // Is called by Base64In::result()
Constructor & Destructor Documentation
Member Function Documentation
template<class Output>
Output::ResultType Base64In< Output >::result | ( | ) | [inline] |
Referenced by main().
template<class Output>
Base64In< Output > & Base64In< Output >::put | ( | const char * | x, | |
unsigned | n | |||
) | [inline] |
Convert given number of characters.
template<class Output>
void Base64In< Output >::reset | ( | ) | [inline] |
The documentation for this class was generated from the following file:
- util/mimestream.hh
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
