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