Go to the source code of this file.
Functions | |
std::string | base64_decode (std::string const &encoded_string) |
std::string | base64_encode (unsigned char const *bytes_to_encode, unsigned int in_len) |
static bool | is_base64 (unsigned char c) |
Variables | |
static const std::string | base64_chars |
std::string base64_decode | ( | std::string const & | encoded_string | ) |
Definition at line 78 of file PixelBase64.cc.
References base64_chars, mps_fire::i, is_base64(), dqmiolumiharvest::j, runTheMatrix::ret, and AlCaHLTBitMon_QueryRunRegistry::string.
std::string base64_encode | ( | unsigned char const * | bytes_to_encode, |
unsigned int | in_len | ||
) |
Definition at line 38 of file PixelBase64.cc.
References base64_chars, mps_fire::i, dqmiolumiharvest::j, runTheMatrix::ret, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by base64_encode_alloc(), pos::PixelConfigBase::getComment(), pos::PixelROCMaskBits::writeXML(), and pos::PixelROCTrimBits::writeXML().
|
inlinestatic |
|
static |
Definition at line 31 of file PixelBase64.cc.
Referenced by base64_decode(), and base64_encode().