Public Types | Public Member Functions | Protected Attributes

SmbiosTableIterator Class Reference

#include <ISmbios.h>

Inheritance diagram for SmbiosTableIterator:
Inheritance graph
[legend]
Collaboration diagram for SmbiosTableIterator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ISmbiosItem value_type
typedef value_type & reference
typedef value_type * pointer
typedef std::forward_iterator_tag iterator_category
typedef std::ptrdiff_t difference_type

Public Member Functions

virtual ~SmbiosTableIterator () throw ()
 SmbiosTableIterator (ISmbiosTable *initialTable=0, int typeToMatch=-1)
reference operator* ()
pointer operator-> ()
SmbiosTableIterator & operator++ ()
const SmbiosTableIterator operator++ (int)
bool operator== (const SmbiosTableIteratorBase &other) const
bool operator!= (const SmbiosTableIteratorBase &other) const
void incrementIterator ()
const ISmbiosItem & dereference () const
ISmbiosItem & dereference ()
void reset ()
bool eof ()

Protected Attributes

int matchType
const ISmbiosTable * table
const u8 * current

Detailed Description

Definition at line 379 of file ISmbios.h.


Member Typedef Documentation

typedef std::ptrdiff_t difference_type [inherited]

Definition at line 358 of file ISmbios.h.

typedef std::forward_iterator_tag iterator_category [inherited]

Definition at line 357 of file ISmbios.h.

typedef value_type* pointer

Definition at line 386 of file ISmbios.h.

Definition at line 385 of file ISmbios.h.

Definition at line 384 of file ISmbios.h.


Constructor & Destructor Documentation

~SmbiosTableIterator (  )  throw () [virtual]

Definition at line 31 of file SmbiosTableIterator.cpp.

SmbiosTableIterator ( ISmbiosTable *  initialTable = 0,
int  typeToMatch = -1 
) [explicit]

Definition at line 45 of file SmbiosTableIterator.cpp.


Member Function Documentation

const ISmbiosItem & dereference (  )  const [inherited]
ISmbiosItem & dereference (  )  [inherited]
bool eof (  )  [inherited]

Definition at line 40 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::current.

void incrementIterator (  )  [inherited]
bool operator!= ( const SmbiosTableIteratorBase &  other  )  const [inherited]

Definition at line 101 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::current.

SmbiosTableIterator::reference operator* (  ) 

Definition at line 49 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::dereference().

Here is the call graph for this function:

const SmbiosTableIterator operator++ ( int   ) 

Definition at line 64 of file SmbiosTableIterator.cpp.

SmbiosTableIterator & operator++ (  ) 

Definition at line 59 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::incrementIterator().

Here is the call graph for this function:

SmbiosTableIterator::pointer operator-> (  ) 

Definition at line 54 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::dereference().

Here is the call graph for this function:

bool operator== ( const SmbiosTableIteratorBase &  other  )  const [inherited]

Definition at line 96 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::current.

void reset (  )  [inherited]

Definition at line 34 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::current, and SmbiosTableIteratorBase::incrementIterator().

Here is the call graph for this function:


Member Data Documentation

const u8* current [protected, inherited]
int matchType [protected, inherited]
const ISmbiosTable* table [protected, inherited]

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