#include <acpi.h>
Collaboration diagram for Zygoma::ia32::Acpi::ConfigTableIterator:

This iterator cannot be singular.
Public Member Functions | |
| ConfigTableIterator (SystemDescriptionTableHeader **) | |
| Constructs a ConfigTable iterator pointing to the first element in the config table header. | |
| reference | operator * () const |
| Dereferences the iterator to produce a reference to a system descriptor table. | |
| pointer | operator-> () const |
| Member access operator. | |
| ConfigTableIterator & | operator++ () |
| Preincrement operator. | |
| ConfigTableIterator & | operator++ (int) |
| Predecrement operator. | |
| bool | equals (const ConfigTableIterator &rhs) const |
| Comparison operator. | |
|
|
Constructs a ConfigTable iterator pointing to the first element in the config table header.
|
|
|
Comparison operator.
|
|
|
Dereferences the iterator to produce a reference to a system descriptor table.
|
|
|
Predecrement operator.
|
|
|
Preincrement operator.
|
|
|
Member access operator.
|
1.4.2