#include <lemon/graph_reader.h>
Definition at line 107 of file graph_reader.h.
Public Member Functions | |
QuotedStringReader (bool _escaped=true) | |
Constructor for the reader. | |
void | read (std::istream &is, std::string &value) |
Reads a quoted string from the given stream. |
|
Constructor for the reader. If the given parameter is true the reader processes the escape sequences. Definition at line 115 of file graph_reader.h. |
|
Reads a quoted string from the given stream. Definition at line 120 of file graph_reader.h. |