NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
base64.hpp File Reference
#include <string>
Include dependency graph for base64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 websocketpp
 Namespace for the WebSocket++ project.
 

Functions

static bool websocketpp::is_base64 (unsigned char c)
 Test whether a character is a valid base64 character. More...
 
std::string websocketpp::base64_encode (unsigned char const *input, size_t len)
 Encode a char buffer into a base64 string. More...
 
std::string websocketpp::base64_encode (std::string const &input)
 Encode a string into a base64 string. More...
 
std::string websocketpp::base64_decode (std::string const &input)
 Decode a base64 encoded string into a string of raw bytes. More...
 

Variables

static std::string const websocketpp::base64_chars