DefaultWriter Class Template Reference
[Item readers and writers]

#include <lemon/bits/item_writer.h>

Inherited by DefaultWriterTraits::Writer.

List of all members.


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

Public Types

typedef _Value Value
 The value type.

Public Member Functions

void write (std::ostream &os, const Value &value) const
 Writes the value to the given stream.

Member Function Documentation

void write ( std::ostream &  os,
const Value value 
) const [inline]

Writes the value to 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