CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CalibFormats/SiPixelObjects/interface/PixelBase64.h

Go to the documentation of this file.
00001 #include <string>
00002 
00003 std::string base64_encode(unsigned char const* , unsigned int len);
00004 std::string base64_decode(std::string const& s);