Bridges-C++  3.4.2
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
 these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color arrays as strings. The code is adapted from external sources detailed below.
 
 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