#include <lemon/bits/item_reader.h>
| Public Types | |
| typedef char | Value | 
| Public Member Functions | |
| QuotedCharReader (bool _escaped=true) | |
| Constructor for the reader. | |
| void | read (std::istream &is, char &value) const | 
| typedef char Value | 
The value type of reader.
| QuotedCharReader | ( | 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, | |
| char & | value | |||
| ) | const  [inline] | 
Reads a quoted string from the given stream.
 1.5.9
 1.5.9