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

QuotedStringReader Class Reference

#include <lemon/graph_reader.h>

List of all members.


Detailed Description

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

Definition at line 107 of file graph_reader.h.

Public Member Functions

 QuotedStringReader (bool _escaped=true)
 Constructor for the reader.
void read (std::istream &is, std::string &value)
 Reads a quoted string from the given stream.


Constructor & Destructor Documentation

QuotedStringReader bool  _escaped = true  )  [inline]
 

Constructor for the reader. If the given parameter is true the reader processes the escape sequences.

Definition at line 115 of file graph_reader.h.


Member Function Documentation

void read std::istream &  is,
std::string &  value
[inline]
 

Reads a quoted string from the given stream.

Definition at line 120 of file graph_reader.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 21 15:02:32 2005 for LEMON by  doxygen 1.4.1