HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <Poco/Base64Encoder.h>
#include <Poco/Base64Decoder.h>
#include <Poco/StreamCopier.h>
#include <sstream>
#include "DRCEEncodeDecodeBase64.hpp"
Go to the source code of this file.
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::drce |
Functions | |
std::string | HCE::drce::DRCEEncodeBase64 (const std::string &data) |
std::string | HCE::drce::DRCEDecodeBase64 (const std::string &data) |