Inherits YGP::ParseEOF.
Public Member Functions | |
OFParseEOF (T &objToNotify, PTCALLBACK callback) | |
virtual | ~OFParseEOF () |
Protected Member Functions | |
virtual int | found (const char *pFoundValue, unsigned int len) |
See ParseObject for a general description of the parser and ParseEOF for a description of how this class parses its object.
YGP::OFParseEOF< T >::OFParseEOF | ( | T & | objToNotify, | |
PTCALLBACK | callback | |||
) | [inline] |
Constructor; with callback to call if object is found.
virtual YGP::OFParseEOF< T >::~OFParseEOF | ( | ) | [inline, virtual] |
Destructor.
virtual int YGP::OFParseEOF< T >::found | ( | const char * | pFoundValue, | |
unsigned int | len | |||
) | [inline, protected, virtual] |