#include <lemon/bits/item_writer.h>
Inherited by DefaultWriter< char >.
| Public Member Functions | |
| QuotedCharWriter (bool _escaped=true) | |
| Constructor for the writer. | |
| void | write (std::ostream &os, const char &value) const | 
| QuotedCharWriter | ( | bool | _escaped = true | ) |  [inline] | 
Constructor for the writer. If the given parameter is true the writer creates escape sequences from special characters.
| void write | ( | std::ostream & | os, | |
| const char & | value | |||
| ) | const  [inline] | 
Writes a quoted char to the given stream.
 1.5.9
 1.5.9