IterableWriter< _Container, _ItemWriter > Class Template Reference
[Item readers and writers]
Detailed Description
template<typename _Container, typename _ItemWriter = DefaultWriter<typename _Container::value_type>>
 class lemon::IterableWriter< _Container, _ItemWriter >
Writer for each iterable standard containers. The representation of the container is the values enumerated between an open and a close parse.
- Author:
- Balazs Dezso 
#include <lemon/bits/item_writer.h>
List of all members.
|  | 
| 
 Public Member Functions | 
| void | write (std::ostream &os, const Value &value) const | 
Member Function Documentation
      
        
          | void write | ( | std::ostream & | os, | 
        
          |  |  | const Value & | value |  | 
        
          |  | ) |  |  | const  [inline] | 
      
 
Writes the values of the container to the given stream.