Bridges-C++ 3.5.0-dev2-1-ge3e57bf
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

namespace  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.
 
namespace  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