view C++/doc/Base64/class/Base64.md @ 348:c4381c345f2d

Socket: various compiler fixes
author David Demelier <markand@malikania.fr>
date Sat, 04 Apr 2015 19:58:48 +0200
parents b32a0d29d97a
children
line wrap: on
line source

# Base64

The base64 class. Allows you to encode strings and any stream that provide input iterators.

## Class

````cpp
class Base64;
````

### Public member functions

- [lookup (static)](Base64/lookup.md)
- [rlookup (static)](Base64/rlookup.md)
- [encode (static)](Base64/encode.md)
- [decode (static)](Base64/decode.md)