spot
1.1.3
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Namespaces | |
spot | |
Functions | |
std::ostream & | spot::escape_str (std::ostream &os, const std::string &str) |
Escape characters " , \ , and \n in str. More... | |
std::string | spot::escape_str (const std::string &str) |
Escape characters " , \ , and \n in str. More... | |
void | spot::trim (std::string &str) |
Remove spaces at the front and back of str. More... | |