DefaultWriter< _Value > Class Template Reference
[Item readers and writers]
Detailed Description
template<typename _Value>
 class lemon::DefaultWriter< _Value >
The default item writer template class. If some section writer needs to write a value to the stream it will give the default way for it.
- Author:
- Balazs Dezso 
#include <lemon/bits/item_writer.h>
List of all members.
|  | 
| 
 Public Types | 
| typedef _Value | Value | 
|  | The value type. 
 | 
| 
 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 value to the given stream.