YGP::CBParseSequence Class Reference

Class to parse sequences (series of ParseObjects). More...

Inherits YGP::ParseSequence.

List of all members.

Public Member Functions

 CBParseSequence (ParseObject *apObjectList[], const char *description, PARSECALLBACK callback, unsigned int max=1, unsigned int min=1, bool skipWhitespace=true)
 CBParseSequence (const CBParseSequence &other)
virtual ~CBParseSequence ()
CBParseSequenceoperator= (const CBParseSequence &other)
void setCallback (PARSECALLBACK callback)

Protected Member Functions

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


Detailed Description

Class to parse sequences (series of ParseObjects).

Every ParseObject in this list must be found (in the same order).

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


Constructor & Destructor Documentation

YGP::CBParseSequence::CBParseSequence ( ParseObject apObjectList[],
const char *  description,
PARSECALLBACK  callback,
unsigned int  max = 1,
unsigned int  min = 1,
bool  skipWhitespace = true 
) [inline]

Constructor; with callback to call if object is found.

YGP::CBParseSequence::CBParseSequence ( const CBParseSequence other  )  [inline]

Copy constructor.

YGP::CBParseSequence::~CBParseSequence (  )  [virtual]

Destructor.


Member Function Documentation

int YGP::CBParseSequence::found ( const char *  pFoundValue,
unsigned int  len 
) [protected, virtual]

Calls the defined callback with the passed parameter and returns its result.

Parameters:
pFoundValue Pointer to found value
len Length of found data
Returns:
int: Status; 0 OK

Reimplemented from YGP::ParseObject.

CBParseSequence & YGP::CBParseSequence::operator= ( const CBParseSequence other  ) 

Assignment-operator.

Parameters:
other Object to clone
Returns:
CBParseSequence& Reference to this

void YGP::CBParseSequence::setCallback ( PARSECALLBACK  callback  )  [inline]

Sets the callback to the passed value.


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

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