![]() |
Descriptor iterator class. More...
#include <patchTables.h>
Public Member Functions | |
| iterator () | |
| Constructor. More... | |
| iterator (Descriptor desc) | |
| Copy Constructor. More... | |
| iterator & | operator++ () |
| Iteration increment operator. More... | |
| bool | operator== (iterator const &other) const |
| True of the two descriptors are identical. More... | |
| bool | operator!= (iterator const &other) const |
| True if the two descriptors are different. More... | |
| Descriptor const * | operator-> () const |
| Dereferencing operator. More... | |
| Descriptor const & | operator* () const |
| Dereferencing operator. More... | |
Descriptor iterator class.
Definition at line 495 of file patchTables.h.
|
inline |
Constructor.
Definition at line 499 of file patchTables.h.
|
inline |
Copy Constructor.
Definition at line 534 of file patchTables.h.
|
inline |
True if the two descriptors are different.
Definition at line 513 of file patchTables.h.
|
inline |
Dereferencing operator.
Definition at line 523 of file patchTables.h.
|
inline |
Iteration increment operator.
Definition at line 550 of file patchTables.h.
|
inline |
Dereferencing operator.
Definition at line 518 of file patchTables.h.
|
inline |
True of the two descriptors are identical.
Definition at line 508 of file patchTables.h.