HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
DRCEEncodeDecodeBase64.hpp
Go to the documentation of this file.
1
17
#ifndef DRCE_ENCODE_DECODE_BASE64_HPP
18
#define DRCE_ENCODE_DECODE_BASE64_HPP
19
20
namespace
HCE
21
{
22
namespace
drce
23
{
24
//-----------------------------------------------------------------------------
25
std::string
DRCEEncodeBase64
(
const
std::string&
data
);
26
std::string
DRCEDecodeBase64
(
const
std::string&
data
);
27
//-----------------------------------------------------------------------------
28
//-----------------------------------------------------------------------------
29
}
// end namespace drce
30
}
// end namespace HCE
31
32
#endif // DRCE_ENCODE_DECODE_BASE64_HPP
sources
DRCE
src
DRCEEncodeDecodeBase64.hpp
Generated on Mon Jan 13 2014 13:08:36 for HCE project C++ developers source code library by
1.8.1.2