|
libosmscout 1.1.1
|
#include <cstdint>#include <string>#include <sstream>#include <iostream>#include <vector>
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+/" |