#include <mps.h>
Collaboration diagram for Zygoma::ia32::MPS::ConfigTableIterator:

Entries in the ConfigTable are of variable size (depending on type), so this can only be a forward iterator.
Public Member Functions | |
| ConfigTableIterator (ConfigTableHeader *) | |
| Constructs an MPConfigTable iterator pointing to the first elemnt in the config table header. | |
| reference | operator * () const |
| Gets the current MPS config table entry from the iterator. | |
| pointer | operator-> () const |
| ConfigTableIterator & | operator++ () |
| Preincrements the iterator to the next MP config table entry. | |
| ConfigTableIterator & | operator++ (int) |
| bool | equals (const ConfigTableIterator &rhs) const |
|
|
Constructs an MPConfigTable iterator pointing to the first elemnt in the config table header.
|
|
|
|
|
|
Gets the current MPS config table entry from the iterator.
|
|
|
|
|
|
Preincrements the iterator to the next MP config table entry.
Here is the call graph for this function: ![]() |
|
|
|
1.4.2