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

QuotedStringWriter Class Reference

#include <lemon/graph_writer.h>

List of all members.


Detailed Description

Writer class for quoted strings. It can process the escape sequences in the string.

Definition at line 65 of file graph_writer.h.

Public Member Functions

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


Constructor & Destructor Documentation

QuotedStringWriter bool  _escaped = true  )  [inline]
 

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

Definition at line 73 of file graph_writer.h.


Member Function Documentation

void write std::ostream &  os,
const std::string &  value
[inline]
 

Writes a quoted string from the given stream.

Definition at line 78 of file graph_writer.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:58:52 2005 for LEMON by  doxygen 1.4.1