view C++/doc/Base64/class/Base64.md @ 396:30788c97c58c

Merge branch 'master' of malikania.fr:code
author David Demelier <markand@malikania.fr>
date Mon, 28 Sep 2015 19:40:26 +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)