|
stlencoders
1.1.3
|
Implementation of the Base64 encoding scheme. More...
Classes | |
| struct | stlencoders::base64_traits< charT > |
| base64 character encoding traits class template. More... | |
| struct | stlencoders::base64_traits< char > |
Character encoding traits specialization for char. More... | |
| struct | stlencoders::base64_traits< wchar_t > |
Character encoding traits specialization for wchar_t. More... | |
| struct | stlencoders::base64url_traits< charT > |
| base64hex character encoding traits class template. More... | |
| struct | stlencoders::base64url_traits< char > |
Character encoding traits specialization for char. More... | |
| struct | stlencoders::base64url_traits< wchar_t > |
Character encoding traits specialization for wchar_t. More... | |
| class | stlencoders::base64< charT, traits > |
| This class template implements the Base64 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. | |
Implementation of the Base64 encoding scheme.
1.8.4