#include <lemon/bits/item_reader.h>
| Public Member Functions | |
| ParsedStringReader (char _open= '(', char _close= ')') | |
| Constructor. | |
| void | read (std::istream &is, Value &value) const | 
| ParsedStringReader | ( | char | _open = '(', | |
| char | _close = ')' | |||
| ) |  [inline] | 
Constructor for ParsedStringReader. You can give as parameter the open and close parse characters.
| void read | ( | std::istream & | is, | |
| Value & | value | |||
| ) | const  [inline] | 
Reads the parsed string from the given stream.
 1.5.9
 1.5.9