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