libosmscout 1.1.1
Loading...
Searching...
No Matches
Base64.h File Reference
#include <cstdint>
#include <string>
#include <sstream>
#include <iostream>
#include <vector>
Include dependency graph for Base64.h:

Go to the source code of this file.

Namespaces

namespace  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+/"