#include <string>
#include "odil/odil.h"
#include "odil/base64.txx"
Go to the source code of this file.
|
| template<typename TInputIterator, typename TOutputIterator> |
| void | odil::base64::encode (TInputIterator begin, TInputIterator end, TOutputIterator destination) |
| | Encode a sequence of 8 bits data to Base64.
|
| template<typename TInputIterator, typename TOutputIterator> |
| void | odil::base64::decode (TInputIterator begin, TInputIterator end, TOutputIterator destination) |
| | Decode a sequence of 8 bits data from Base64.
|