QuotedCharWriter Class Reference
[Item Readers and Writers]

#include <lemon/bits/item_writer.h>

Inherited by DefaultWriter< char >.

List of all members.


Detailed Description

Writer class for quoted char. It can process the escape sequences in the string.
Author:
Balazs Dezso


Public Member Functions

 QuotedCharWriter (bool _escaped=true)
 Constructor for the writer.
void write (std::ostream &os, const char &value) const
 Writes a quoted char to the given stream.


Constructor & Destructor Documentation

QuotedCharWriter ( bool  _escaped = true  )  [inline]

Constructor for the writer. If the given parameter is true the writer creates escape sequences from special characters.


Member Function Documentation

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

Writes a quoted char to 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