ATLAS Offline Software
Namespaces | Functions
base64.h File Reference
#include <string>
#include <vector>
Include dependency graph for base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CxxUtils
 

Functions

std::string CxxUtils::base64_encode (const unsigned char *, unsigned int)
 
std::vector< unsigned char > CxxUtils::base64_decode (const std::string &)