9 #ifndef _203e7be8_beaa_4d97_94b2_6a0070f158a1
10 #define _203e7be8_beaa_4d97_94b2_6a0070f158a1
29 template<
typename TInputIterator,
typename TOutputIterator>
31 TInputIterator begin, TInputIterator end, TOutputIterator destination);
34 template<
typename TInputIterator,
typename TOutputIterator>
36 TInputIterator begin, TInputIterator end, TOutputIterator destination);
42 #include "odil/base64.txx"
void encode(TInputIterator begin, TInputIterator end, TOutputIterator destination)
Encode a sequence of 8 bits data to Base64.
std::string const symbols
Dictionary of symbols for Base64.
std::string const reversed_symbols
Mapping of ASCII characters to values of Base64 symbols.
void decode(TInputIterator begin, TInputIterator end, TOutputIterator destination)
Decode a sequence of 8 bits data from Base64.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28