diff C++/doc/Base64/class/Base64.md @ 342:b32a0d29d97a

Base64: new documentation
author David Demelier <markand@malikania.fr>
date Mon, 30 Mar 2015 10:49:26 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C++/doc/Base64/class/Base64.md	Mon Mar 30 10:49:26 2015 +0200
@@ -0,0 +1,16 @@
+# 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)
\ No newline at end of file