Inherits YGP::ParseSelection.
Public Member Functions | |
| OFParseSelection (ParseObject *apObjectList[], const char *description, T &objToNotify, PTCALLBACK callback, unsigned int max=1, unsigned int min=1, bool skipWhitespace=true) | |
| OFParseSelection (const OFParseSelection &other) | |
| virtual | ~OFParseSelection () |
| OFParseSelection & | operator= (const OFParseSelection &other) |
Protected Member Functions | |
| virtual int | found (const char *pFoundValue, unsigned int len) |
See ParseObject for a general description of the parser and ParseSelection for a description of how this class parses its object.
| YGP::OFParseSelection< T >::OFParseSelection | ( | 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::OFParseSelection< T >::OFParseSelection | ( | const OFParseSelection< T > & | other | ) | [inline] |
Copy constructor.
| virtual YGP::OFParseSelection< T >::~OFParseSelection | ( | ) | [inline, virtual] |
Destructor.
| virtual int YGP::OFParseSelection< T >::found | ( | const char * | pFoundValue, | |
| unsigned int | len | |||
| ) | [inline, protected, virtual] |
| OFParseSelection& YGP::OFParseSelection< T >::operator= | ( | const OFParseSelection< T > & | other | ) | [inline] |
Assignment operator.