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
[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 Sat Aug 27 14:16:17 2005 for LEMON by  doxygen 1.4.4