#include <IToken.h>
Inheritance diagram for smbios::TokenTableIteratorBase:

Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| virtual | ~TokenTableIteratorBase () throw () |
| TokenTableIteratorBase (const ITokenTable *initialTable, int typeToMatch) | |
| bool | operator== (const TokenTableIteratorBase other) const |
| bool | operator!= (const TokenTableIteratorBase other) const |
| const IToken * | dereference () const |
| IToken * | dereference () |
| void | incrementIterator () |
| void | reset () |
| bool | eof () |
Protected Attributes | |
| int | matchType |
| const ITokenTable * | table |
| int | current |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1