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