CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelBase64.h
Go to the documentation of this file.
1 #include <string>
2 
3 std::string base64_encode(unsigned char const* , unsigned int len);
4 std::string base64_decode(std::string const& s);
#define base64_decode(in, inlen, out, outlen)
Definition: base64.h:57
std::string base64_encode(unsigned char const *, unsigned int len)
Definition: PixelBase64.cc:41