YGP::OFParseSkip< T > Class Template Reference

Class to skip some characters (from the current position in the stream). More...

Inherits YGP::ParseSkip.

List of all members.

Public Member Functions

 OFParseSkip (unsigned int bytes, T &objToNotify, PTCALLBACK callback)
 OFParseSkip (const OFParseSkip &other)
virtual ~OFParseSkip ()
OFParseSkipoperator= (const OFParseSkip &other)

Protected Member Functions

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


Detailed Description

template<class T>
class YGP::OFParseSkip< T >

Class to skip some characters (from the current position in the stream).

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


Constructor & Destructor Documentation

template<class T >
YGP::OFParseSkip< T >::OFParseSkip ( unsigned int  bytes,
T &  objToNotify,
PTCALLBACK  callback 
) [inline]

Constructor; with callback to call if object is found.

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

Copy constructor.

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

Destructor.


Member Function Documentation

template<class T >
virtual int YGP::OFParseSkip< 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 >
OFParseSkip& YGP::OFParseSkip< T >::operator= ( const OFParseSkip< 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