#include <lemon/bits/item_reader.h>

Public Types | |
| typedef std::string | Value |
Public Member Functions | |
| UnformattedReader () | |
| void | read (std::istream &is, std::string &value) const |
| typedef std::string Value |
The value type of reader.
| UnformattedReader | ( | ) | [inline] |
Constructor for the reader.
| void read | ( | std::istream & | is, | |
| std::string & | value | |||
| ) | const [inline] |
Reads an unformatted string from the given stream.
1.5.9