Inherits YGP::ParseQuotedEsc.
| Public Member Functions | |
| OFParseQuotedEsc (char quote, const char *description, T &objToNotify, PTCALLBACK callback, unsigned int max, unsigned int min=1, char escape= '\\', bool skipWhitespace=true) | |
| OFParseQuotedEsc (const OFParseQuotedEsc &other) | |
| virtual | ~OFParseQuotedEsc () | 
| OFParseQuotedEsc & | operator= (const OFParseQuotedEsc &other) | 
| Protected Member Functions | |
| virtual int | found (const char *pFoundValue, unsigned int len) | 
The text can contain escaped characters (where the escaping character just is removed and the escapted character does not end parsing).
See ParseObject for a general description of the parser and ParseQuotedEsc for a description of how this class parses its object.
| YGP::OFParseQuotedEsc< T >::OFParseQuotedEsc | ( | char | quote, | |
| 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::OFParseQuotedEsc< T >::OFParseQuotedEsc | ( | const OFParseQuotedEsc< T > & | other | ) |  [inline] | 
Copy constructor.
| virtual YGP::OFParseQuotedEsc< T >::~OFParseQuotedEsc | ( | ) |  [inline, virtual] | 
Destructor.
| virtual int YGP::OFParseQuotedEsc< T >::found | ( | const char * | pFoundValue, | |
| unsigned int | len | |||
| ) |  [inline, protected, virtual] | 
| OFParseQuotedEsc& YGP::OFParseQuotedEsc< T >::operator= | ( | const OFParseQuotedEsc< T > & | other | ) |  [inline] | 
Assignment operator.