#include <lemon/graph_writer.h>
Definition at line 65 of file graph_writer.h.
Public Member Functions | |
QuotedStringWriter (bool _escaped=true) | |
Constructor for the writer. | |
void | write (std::ostream &os, const std::string &value) |
Writes a quoted string from the given stream. |
|
Constructor for the writer. If the given parameter is true the writer creates escape sequences from special characters. Definition at line 73 of file graph_writer.h. |
|
Writes a quoted string from the given stream. Definition at line 78 of file graph_writer.h. |