YGP::ParseEOF Class Reference

Class to parse the end of a file (EOF). More...

Inherits YGP::ParseObject.

Inherited by YGP::CBParseEOF, and YGP::OFParseEOF< T >.

List of all members.

Public Member Functions

 ParseEOF ()
virtual ~ParseEOF ()
virtual int doParse (Xistream &stream, bool)


Detailed Description

Class to parse the end of a file (EOF).

See ParseObject for a general description of the parser.


Constructor & Destructor Documentation

YGP::ParseEOF::ParseEOF (  )  [inline]

Default constructor.

YGP::ParseEOF::~ParseEOF (  )  [virtual]

Destructor.


Member Function Documentation

int YGP::ParseEOF::doParse ( Xistream stream,
bool   
) [virtual]

"Parses" the object.

This class returns found, if there is no more data available to parse.

This class returns found, if there is no more data available to parse.

Returns PARSE_OK if data matching the object is found (and the callback does not report something different).

Parameters:
stream Source from which to read

Implements YGP::ParseObject.


The documentation for this class was generated from the following files:

YGP Version 0.9.31 - Generated on Wed Nov 18 11:25:27 2009 by doxygen 1.5.8