YGP::OFParseQuoted< T > Class Template Reference

Class to parse quoted text; which is returned without the quotes. More...

Inherits YGP::ParseQuoted.

List of all members.

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 ()
OFParseQuotedoperator= (const OFParseQuoted &other)

Protected Member Functions

virtual int found (const char *pFoundValue, unsigned int len)


Detailed Description

template<class T>
class YGP::OFParseQuoted< T >

Class to parse quoted text; which is returned without the quotes.

See ParseObject for a general description of the parser and ParsQuoted for a description of how this class parses its object.


Constructor & Destructor Documentation

template<class T >
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.

template<class T >
YGP::OFParseQuoted< T >::OFParseQuoted ( const OFParseQuoted< T > &  other  )  [inline]

Copy constructor.

template<class T >
virtual YGP::OFParseQuoted< T >::~OFParseQuoted (  )  [inline, virtual]

Destructor.


Member Function Documentation

template<class T >
virtual int YGP::OFParseQuoted< T >::found ( const char *  pFoundValue,
unsigned int  len 
) [inline, protected, virtual]

The object was parsed successfully: Notify via the callback.

Reimplemented from YGP::ParseObject.

template<class T >
OFParseQuoted& YGP::OFParseQuoted< T >::operator= ( const OFParseQuoted< T > &  other  )  [inline]

Assignment operator.


The documentation for this class was generated from the following file:

YGP Version 0.9.31 - Generated on Wed Nov 18 11:25:28 2009 by doxygen 1.5.8