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 Sat Apr 19 14:21:32 2008 for LEMON by  doxygen 1.5.5