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