Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
base64.h File Reference
#include <string>
#include "odil/odil.h"
#include "odil/base64.txx"
Include dependency graph for base64.h:

Go to the source code of this file.

Namespaces

namespace  odil
 
namespace  odil::base64
 

Functions

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.
 

Variables

std::string const odil::base64::symbols
 Dictionary of symbols for Base64.
 
std::string const odil::base64::reversed_symbols
 Mapping of ASCII characters to values of Base64 symbols.