Inherits YGP::ParseSequence.
Public Member Functions | |
| OFParseSequence (ParseObject *apObjectList[], const char *description, T &objToNotify, PTCALLBACK callback, unsigned int max=1, unsigned int min=1, bool skipWhitespace=true) | |
| OFParseSequence (const OFParseSequence &other) | |
| virtual | ~OFParseSequence () |
| OFParseSequence & | operator= (const OFParseSequence &other) |
Protected Member Functions | |
| virtual int | found (const char *pFoundValue, unsigned int len) |
Every ParseObject in this list must be found (in the same order).
See ParseObject for a general description of the parser and ParseSequence for a description of how this class parses its object.
| YGP::OFParseSequence< T >::OFParseSequence | ( | ParseObject * | apObjectList[], | |
| const char * | description, | |||
| T & | objToNotify, | |||
| PTCALLBACK | callback, | |||
| unsigned int | max = 1, |
|||
| unsigned int | min = 1, |
|||
| bool | skipWhitespace = true | |||
| ) | [inline] |
Constructor; with callback to call if object is found.
| YGP::OFParseSequence< T >::OFParseSequence | ( | const OFParseSequence< T > & | other | ) | [inline] |
Copy constructor.
| virtual YGP::OFParseSequence< T >::~OFParseSequence | ( | ) | [inline, virtual] |
Destructor.
| virtual int YGP::OFParseSequence< T >::found | ( | const char * | pFoundValue, | |
| unsigned int | len | |||
| ) | [inline, protected, virtual] |
| OFParseSequence& YGP::OFParseSequence< T >::operator= | ( | const OFParseSequence< T > & | other | ) | [inline] |
Assignment operator.