HCE project C++ developers source code library  1.1.1
HCE project developer library
 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