view C++/doc/Base64/class/Base64.md @ 473:5a9671dabb15

Socket: - Fix epoll which wrongly reset flags, - Fix wrongly use of SOCKET_DEFAULT_BACKEND, - Fix error in GCC using constexpr, switch to inline, - Add more documentation about non-blocking sockets, - Remove Socket::setBlockMode, - Start updating all doxygen comments, - Put back UDP.
author David Demelier <markand@malikania.fr>
date Thu, 05 Nov 2015 22:28:40 +0100
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)