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