#include <lemon/bits/item_reader.h>
Inherited by DefaultReader< std::map< Key, Value > >, and DefaultReader< std::multimap< Key, Value > >.
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. |
InsertReader | ( | const ItemReader & | _item_reader = ItemReader() |
) | [inline] |
Constructor for InsertReader
void read | ( | std::istream & | is, | |
Value & | value | |||
) | const [inline] |
Reads the values into the container from the given stream.