stlencoders  1.1.3
Classes | Namespaces | Constant Groups
base2.hpp File Reference

Implementation of the Base2 encoding scheme. More...

Classes

struct  stlencoders::base2_traits< charT >
 base2 character encoding traits class template. More...
 
struct  stlencoders::base2_traits< char >
 Character encoding traits specialization for char. More...
 
struct  stlencoders::base2_traits< wchar_t >
 Character encoding traits specialization for wchar_t. More...
 
class  stlencoders::base2< charT, traits >
 This class template implements the standard Base2, or binary, encoding. More...
 

Namespaces

 stlencoders
 C++ namespace used for the stlencoders public API.
 

Constant Groups

 stlencoders
 C++ namespace used for the stlencoders public API.
 

Detailed Description

Implementation of the Base2 encoding scheme.