Inherits YGP::ParseObject.
Inherited by YGP::CBParseEOF, and YGP::OFParseEOF< T >.
Public Member Functions | |
ParseEOF () | |
virtual | ~ParseEOF () |
virtual int | doParse (Xistream &stream, bool) |
See ParseObject for a general description of the parser.
YGP::ParseEOF::ParseEOF | ( | ) | [inline] |
Default constructor.
YGP::ParseEOF::~ParseEOF | ( | ) | [virtual] |
Destructor.
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).
stream | Source from which to read |
Implements YGP::ParseObject.