Bridges-C++  3.4.5-dev1-6-g935685a
Bridges(C++ API)
Namespaces | Typedefs | Functions | Variables
base64.h File Reference
#include <iostream>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 bridges
 Support for drawing Bar charts.
 
 bridges::base64
 

Typedefs

typedef unsigned char bridges::BYTE
 

Functions

bool bridges::base64::is_base64 (BYTE c)
 
string bridges::base64::encode (BYTE const *buf, unsigned int bufLen)
 
vector< BYTE > bridges::base64::decode (string const &encoded_string)
 

Variables

const string bridges::base64::base64_chars