DefaultReader< _Value > Class Template Reference
[Item readers and writers]
Detailed Description
template<typename _Value>
class lemon::DefaultReader< _Value >
The default item reader template class. If some section reader needs to read a value from a stream it will give the default way for it.
- Author:
- Balazs Dezso
#include <lemon/bits/item_reader.h>
List of all members.
|
Public Types |
typedef _Value | Value |
| The value type.
|
Public Member Functions |
void | read (std::istream &is, Value &value) const |
Member Function Documentation
void read |
( |
std::istream & |
is, |
|
|
Value & |
value | |
|
) |
| | const [inline] |
Reads a value from the given stream.