InsertReader Class Template Reference
[Item Readers and Writers]

#include <lemon/bits/item_reader.h>

Inherited by DefaultReader< std::map< Key, Value > >, and DefaultReader< std::multimap< Key, Value > >.

List of all members.


Detailed Description

template<typename _Container, typename _ItemReader = DefaultReader<typename _Container::value_type>>
class lemon::InsertReader< _Container, _ItemReader >

Reader for insertable standard containers. The representation of the container is the values enumerated between an open and a close parse.

Author:
Balazs Dezso


Public Member Functions

 InsertReader (const ItemReader &_item_reader=ItemReader())
 Constructor for InsertReader.
void read (std::istream &is, Value &value) const
 Reads the values into the container from the given stream.


Constructor & Destructor Documentation

InsertReader ( const ItemReader &  _item_reader = ItemReader()  )  [inline]

Constructor for InsertReader


Member Function Documentation

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

Reads the values into the container 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