![]() |
Vcsn
2.8
Be Rational
|
#include <iosfwd>#include <iostream>#include <sstream>#include <string>#include <vector>#include <vcsn/misc/export.hh>Go to the source code of this file.
Namespaces | |
| vcsn | |
Functions | |
| std::ostream & | vcsn::str_escape (std::ostream &os, const std::string &str, const char *special=nullptr) |
| Output a string, escaping special characters. More... | |
| template<typename T > | |
| std::ostream & | vcsn::str_escape (std::ostream &os, const std::vector< T > &s, const char *special=nullptr) |
| A container of letters. More... | |
| std::ostream & | vcsn::str_escape (std::ostream &os, int c, const char *special=nullptr) |
| Output a character, escaping special characters. More... | |
| std::ostream & | vcsn::str_escape (std::ostream &os, char c, const char *special=nullptr) |
| Output a character, escaping special characters. More... | |
| template<typename T > | |
| std::string | vcsn::str_escape (T &&s, const char *special=nullptr) |
| Convert to a string, escaped. More... | |
| template<typename... Args> | |
| std::string | vcsn::str_quote (Args &&... args) |
| Convert to a string, in quotes. More... | |