#include <lemon/bits/item_reader.h>
Public Types | |
typedef std::string | Value |
The value type of reader. | |
Public Member Functions | |
QuotedStringReader (bool _escaped=true) | |
Constructor for the reader. | |
void | read (std::istream &is, std::string &value) const |
Reads a quoted string from the given stream. |
|
The value type of reader. |
|
Constructor for the reader. If the given parameter is true the reader processes the escape sequences. |
|
Reads a quoted string from the given stream. |