Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QuotedCharArrayWriter Class Reference
[Item Readers and Writers]

#include <lemon/bits/item_writer.h>

Inherited by DefaultWriter< char[length]>, and DefaultWriter< const char[length]>.

List of all members.


Detailed Description

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


Public Member Functions

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


Constructor & Destructor Documentation

QuotedCharArrayWriter 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
[inline]
 

Writes a quoted char array to the given stream.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:19 2005 for LEMON by  doxygen 1.4.4