26 #ifndef HYPERTABLE_ESCAPER_H
27 #define HYPERTABLE_ESCAPER_H
53 #endif // HYPERTABLE_ESCAPER_H
std::string String
A String is simply a typedef to std::string.
Po::typed_value< String > * str(String *v=0)
void escape(String &str, const String &escape_chars)
Escapes a string.
A String class based on std::string.
void unescape(String &str)
Unescapes a string.