#include <lemon/bits/item_reader.h>
Public Member Functions | |
LineReader (bool _skipSpaces=true) | |
Constructor. | |
void | read (std::istream &is, Value &value) const |
LineReader | ( | bool | _skipSpaces = true |
) | [inline] |
Constructor for the LineReader. If the given parameter is true then the spaces before the first not space character are skipped.
void read | ( | std::istream & | is, | |
Value & | value | |||
) | const [inline] |
Reads the line from the given stream.