#include <persisted_queue.hpp>
|
typedef transform_width
< binary_from_base64
< remove_whitespace
< std::string::const_iterator > >, 8, 6 > | BinaryType |
|
typedef base64_from_binary
< transform_width
< std::string::const_iterator, 6, 8 > > | Base64Type |
|
|
| Base64BiCoder () |
|
| ~Base64BiCoder () |
|
virtual boost::shared_ptr
< std::string > | encode (const boost::shared_ptr< T > obj2encode)=0 |
|
virtual boost::shared_ptr< T > | decode (const std::string &str2decode)=0 |
|
template<class T>
virtual boost::shared_ptr<std::string> kisscpp::Base64BiCoder< T >::encode |
( |
const boost::shared_ptr< T > |
obj2encode | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: