spot
0.9.1
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
std::ostream & | spot::escape_str (std::ostream &os, const std::string &str) |
Escape characters " , \ , and \n in str. | |
std::string | spot::escape_str (const std::string &str) |
Escape characters " , \ , and \n in str. |