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

Implementation of the Base16 encoding scheme. More...

Classes

struct  stlencoders::base16_traits< charT >
 base16 character encoding traits class template. More...
 
struct  stlencoders::base16_traits< char >
 Character encoding traits specialization for char. More...
 
struct  stlencoders::base16_traits< wchar_t >
 Character encoding traits specialization for wchar_t. More...
 
class  stlencoders::base16< charT, traits >
 This class template implements the Base16 encoding as defined in RFC 4648 for a given character type and encoding alphabet. 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 Base16 encoding scheme.