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