Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
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"
44 #endif // _203e7be8_beaa_4d97_94b2_6a0070f158a1
std::string const symbols
Dictionary of symbols for Base64.
Definition: Association.h:25
std::string const reversed_symbols
Mapping of ASCII characters to values of Base64 symbols.
#define ODIL_API
Definition: odil.h:28
void decode(TInputIterator begin, TInputIterator end, TOutputIterator destination)
Decode a sequence of 8 bits data from Base64.
void encode(TInputIterator begin, TInputIterator end, TOutputIterator destination)
Encode a sequence of 8 bits data to Base64.