Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
base64.h
Go to the documentation of this file.
1#ifndef joedb_base64_declared
2#define joedb_base64_declared
3
4#include <string>
5
6namespace joedb
7{
8 /// @ingroup ui
9 std::string base64_encode(const std::string &input);
10 /// @ingroup ui
11 std::string base64_decode(const std::string &input);
12}
13
14#endif
std::string base64_encode(const std::string &input)
Definition base64.cpp:11
std::string base64_decode(const std::string &input)
Definition Blob.h:7