#include <string>
Go to the source code of this file.
Functions | |
std::string | base64_decode (std::string const &s) |
std::string | base64_encode (unsigned char const *, unsigned int len) |
std::string base64_decode | ( | std::string const & | s | ) |
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 * | , |
unsigned int | 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 pos::PixelConfigBase::getComment(), pos::PixelROCMaskBits::writeXML(), and pos::PixelROCTrimBits::writeXML().