Vcsn
2.4
Be Rational
|
#include <vcsn/misc/escape.hh>
#include <cctype>
#include <cstring>
#include <iomanip>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
vcsn | |
Functions | |
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... | |
std::ostream & | vcsn::str_escape (std::ostream &os, const std::string &str, const char *special=nullptr) |
Output a string, escaping special characters. More... | |