Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
ui
base64.h
Go to the documentation of this file.
1
#ifndef joedb_base64_declared
2
#define joedb_base64_declared
3
4
#include <string>
5
6
namespace
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
joedb::base64_encode
std::string base64_encode(const std::string &input)
Definition
base64.cpp:11
joedb::base64_decode
std::string base64_decode(const std::string &input)
Definition
base64_decode.cpp:59
joedb
Definition
Blob.h:7
Generated by
1.9.8