2 #include <samchon/API.hpp> 4 #include <samchon/HashMap.hpp> 5 #include <samchon/WeakString.hpp> 31 :
public HashMap<std::string, std::string>
63 static auto encode(
const WeakString &)->std::string;
72 static auto decode(
const WeakString &)->std::string;
78 static auto toHex(
unsigned char ch) -> char;
79 static auto fromHex(
unsigned char ch) -> char;
93 auto toString()
const->std::string;
Top level namespace of products built from samchon.
Customized std::unordered_map.
A string class only references characeters, reference only.
URLVariables class is for representing variables of HTTP.