| 
    stlencoders
    1.1.3
    
   | 
 
| C++ namespace used for the stlencoders public API | |
| base16 character encoding traits class template | |
Character encoding traits specialization for char  | |
Character encoding traits specialization for wchar_t  | |
| This class template implements the Base16 encoding as defined in RFC 4648 for a given character type and encoding alphabet | |
| base2 character encoding traits class template | |
Character encoding traits specialization for char  | |
Character encoding traits specialization for wchar_t  | |
| This class template implements the standard Base2, or binary, encoding | |
| base32 character encoding traits class template | |
Character encoding traits specialization for char  | |
Character encoding traits specialization for wchar_t  | |
| base32hex character encoding traits class template | |
Character encoding traits specialization for char  | |
Character encoding traits specialization for wchar_t  | |
| This class template implements the Base32 encoding as defined in RFC 4648 for a given character type and encoding alphabet | |
| base64 character encoding traits class template | |
Character encoding traits specialization for char  | |
Character encoding traits specialization for wchar_t  | |
| base64hex character encoding traits class template | |
Character encoding traits specialization for char  | |
Character encoding traits specialization for wchar_t  | |
| This class template implements the Base64 encoding as defined in RFC 4648 for a given character type and encoding alphabet | |
| Exception class thrown to report an unspecified error in a decode operation | |
| Exception class thrown to report an invalid character | |
| Exception class thrown to report an invalid length of a character sequence | |
| An output iterator adaptor used to wrap lines after a set number of characters | |
A character encoding traits adaptor that converts an underlying encoding traits class for type char to type wchar_t  | |
| A character encoding traits adaptor that uses the lowercase alphabet of an underlying encoding traits class | |
| A character encoding traits adaptor that uses the uppercase alphabet of an underlying encoding traits class | 
 1.8.4