ParsedStringReader Class Reference
[Item Readers and Writers]

#include <lemon/bits/item_reader.h>

List of all members.


Detailed Description

Reader for parsed strings. You can define the open and close parse characters. It reads from the input a character sequence which is right parsed.

Author:
Balazs Dezso


Public Member Functions

 ParsedStringReader (char _open= '(', char _close= ')')
 Constructor.
void read (std::istream &is, Value &value) const
 Reads the parsed string from the given stream.


Constructor & Destructor Documentation

ParsedStringReader ( char  _open = '(',
char  _close = ')' 
) [inline]

Constructor for ParsedStringReader. You can give as parameter the open and close parse characters.


Member Function Documentation

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

Reads the parsed 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