Vcsn  2.1
Be Rational
escape.hh File Reference
#include <iosfwd>
#include <string>
#include <vcsn/misc/export.hh>
Include dependency graph for escape.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 

Functions

std::ostream & vcsn::str_escape (std::ostream &os, const std::string &str)
 Output a string, escaping special characters. More...
 
std::string vcsn::str_escape (const std::string &c)
 Likewise, but produces a string. More...
 
std::ostream & vcsn::str_escape (std::ostream &os, int c)
 Output a character, escaping special characters. More...
 
std::string vcsn::str_escape (int c)
 Likewise, but produces a string. More...