SPH
|
Go to the source code of this file.
Functions | |
NAMESPACE_SPH_BEGIN std::string | quoted (const std::string &value) |
Helper function wrapping a string by quotes. More... | |
std::string | unquoted (const std::string &value) |
Removes leading and trailing quote from a string. More... | |
NAMESPACE_SPH_BEGIN std::string quoted | ( | const std::string & | value | ) |
Helper function wrapping a string by quotes.
Definition at line 8 of file Config.cpp.
std::string unquoted | ( | const std::string & | value | ) |
Removes leading and trailing quote from a string.
Definition at line 12 of file Config.cpp.