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
EncodeDecodeBase64.hpp
Go to the documentation of this file.
1
14
#ifndef ENCODE_DECODE_BASE64_HPP
15
#define ENCODE_DECODE_BASE64_HPP
16
17
namespace
HCE
18
{
19
//-----------------------------------------------------------------------------
20
std::string
encodeBase64
(
const
std::string&
data
);
21
std::string
decodeBase64
(
const
std::string&
data
);
22
//-----------------------------------------------------------------------------
23
//-----------------------------------------------------------------------------
24
}
// end namespace HCE
25
26
#endif // ENCODE_DECODE_BASE64_HPP
sources
base64
src
EncodeDecodeBase64.hpp
Generated on Mon Jan 13 2014 13:08:36 for HCE project C++ developers source code library by
1.8.1.2