TokenTableIteratorBase Class Reference

Base class for the TokenTableIterator subclassess. More...

#include <IToken.h>

Inheritance diagram for TokenTableIteratorBase:

Inheritance graph
[legend]
Collaboration diagram for TokenTableIteratorBase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~TokenTableIteratorBase () throw ()
 TokenTableIteratorBase (const ITokenTable *initialTable, int typeToMatch)
bool operator== (const TokenTableIteratorBase other) const
bool operator!= (const TokenTableIteratorBase other) const

Protected Member Functions

ITokendereference () const
void incrementIterator ()

Protected Attributes

int matchType
const ITokenTabletable
int current

Detailed Description

Base class for the TokenTableIterator subclassess.

Definition at line 181 of file IToken.h.


Constructor & Destructor Documentation

virtual ~TokenTableIteratorBase (  )  throw () [inline, virtual]

Definition at line 185 of file IToken.h.

TokenTableIteratorBase ( const ITokenTable initialTable,
int  typeToMatch 
) [explicit]

Definition at line 26 of file TokenTableIterator.cpp.

References TokenTableIteratorBase::current, TokenTableIteratorBase::incrementIterator(), and TokenTableIteratorBase::table.

Here is the call graph for this function:


Member Function Documentation

bool operator== ( const TokenTableIteratorBase  other  )  const [inline]

Definition at line 187 of file IToken.h.

References TokenTableIteratorBase::current.

bool operator!= ( const TokenTableIteratorBase  other  )  const [inline]

Definition at line 188 of file IToken.h.

References TokenTableIteratorBase::current.

IToken * dereference (  )  const [protected]

Definition at line 36 of file TokenTableIterator.cpp.

References TokenTableIteratorBase::current, TokenTableIteratorBase::table, and TokenTable::tokenList.

Referenced by ConstTokenTableIterator::operator *(), TokenTableIterator::operator *(), ConstTokenTableIterator::operator->(), and TokenTableIterator::operator->().

void incrementIterator (  )  [protected]

Definition at line 48 of file TokenTableIterator.cpp.

References TokenTableIteratorBase::current, TokenTableIteratorBase::matchType, TokenTableIteratorBase::table, and TokenTable::tokenList.

Referenced by ConstTokenTableIterator::operator++(), TokenTableIterator::operator++(), and TokenTableIteratorBase::TokenTableIteratorBase().


Member Data Documentation

int matchType [protected]

Definition at line 193 of file IToken.h.

Referenced by TokenTableIteratorBase::incrementIterator().

const ITokenTable* table [protected]

Definition at line 194 of file IToken.h.

Referenced by TokenTableIteratorBase::dereference(), TokenTableIteratorBase::incrementIterator(), and TokenTableIteratorBase::TokenTableIteratorBase().

int current [mutable, protected]

Definition at line 195 of file IToken.h.

Referenced by TokenTableIteratorBase::dereference(), TokenTableIteratorBase::incrementIterator(), TokenTableIteratorBase::operator!=(), ConstTokenTableIterator::operator++(), TokenTableIterator::operator++(), TokenTableIteratorBase::operator==(), and TokenTableIteratorBase::TokenTableIteratorBase().


The documentation for this class was generated from the following files:
Generated on Tue Aug 14 01:27:15 2007 for SMBIOS Library by  doxygen 1.5.2