SMBIOS Library
Public Types | Public Member Functions | Protected Attributes | List of all members
SmbiosTableIterator Class Reference

#include <ISmbios.h>

Inheritance diagram for SmbiosTableIterator:
Inheritance graph
Collaboration diagram for SmbiosTableIterator:
Collaboration graph

Public Types

typedef ISmbiosItem value_type
typedef value_typereference
typedef value_typepointer
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-> ()
SmbiosTableIteratoroperator++ ()
const SmbiosTableIterator operator++ (int)
bool operator== (const SmbiosTableIteratorBase &other) const
bool operator!= (const SmbiosTableIteratorBase &other) const
void incrementIterator ()
const ISmbiosItemdereference () const
ISmbiosItemdereference ()
void reset ()
bool eof ()

Protected Attributes

int matchType
const ISmbiosTabletable
const u8current

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.

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

Definition at line 101 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::current.

Definition at line 49 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::dereference().

Here is the call graph for this function:

SmbiosTableIterator & operator++ ( )

Definition at line 59 of file SmbiosTableIterator.cpp.

References SmbiosTableIteratorBase::incrementIterator().

Here is the call graph for this function:

const SmbiosTableIterator operator++ ( int  )

Definition at line 64 of file SmbiosTableIterator.cpp.

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.

Member Data Documentation

const u8* current
protectedinherited
int matchType
protectedinherited
const ISmbiosTable* table
protectedinherited

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