libosmscout  1.1.1
Namespaces | Functions | Variables
Base64.h File Reference
#include <string>
#include <sstream>
#include <iostream>
#include <vector>
Include dependency graph for Base64.h:

Go to the source code of this file.

Namespaces

 osmscout
 

Functions

static std::string osmscout::Base64Encode (const std::vector< char > &in)
 
static std::vector< char > osmscout::Base64Decode (const std::string &in)
 

Variables

constexpr const char * osmscout::Base64Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"