DefaultReader Class Template Reference
[Item Readers and Writers]

#include <lemon/bits/item_reader.h>

Inherited by DefaultReaderTraits::Reader.

List of all members.


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


Public Types

typedef _Value Value
 The value type.

Public Member Functions

void read (std::istream &is, Value &value) const
 Reads a value from the given stream.


Member Function Documentation

void read ( std::istream &  is,
Value value 
) const [inline]

Reads a value from the given stream.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:29 2006 for LEMON by  doxygen 1.5.1