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