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