ATLAS Offline Software
Loading...
Searching...
No Matches
base64.cxx File Reference
#include "CxxUtils/base64.h"
Include dependency graph for base64.cxx:

Go to the source code of this file.

Namespaces

namespace  CxxUtils

Functions

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

Variables

static const std::string CxxUtils::base64_chars