QuotedStringReader Class Reference
[Item Readers and Writers]

#include <lemon/bits/item_reader.h>

List of all members.


Detailed Description

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

Author:
Balazs Dezso


Public Types

typedef std::string Value
 The value type of reader.

Public Member Functions

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


Member Typedef Documentation

typedef std::string Value

The value type of reader.


Constructor & Destructor Documentation

QuotedStringReader ( bool  _escaped = true  )  [inline]

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


Member Function Documentation

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

Reads a quoted string from 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