#include <string>
Go to the source code of this file.
Namespaces | |
cet | |
cet::detail | |
Functions | |
std::string | cet::escape (std::string const &str) |
std::string | cet::unescape (std::string const &str) |
bool | cet::is_single_quoted_string (std::string const &str) |
bool | cet::is_double_quoted_string (std::string const &str) |
bool | cet::is_quoted_string (std::string const &str) |
bool | cet::canonical_string (std::string const &str, std::string &result) |
std::string | cet::canonical_string (std::string const &str) |
bool | cet::detail::is_quoted_string (std::string const &s, char quot) |