#include <gre/labelplacement.h>
Inheritance diagram for GRE::LABELPLACEMENT::ITERATOR:

Public Member Functions | |
| ITERATOR (LABELPLACEMENT *placement) | |
| ITERATOR () | |
| LABELPLACE & | operator * () |
| bool | operator!= (const ITERATOR &rhs) const |
| ITERATOR | operator++ (int) |
| ITERATOR & | operator++ () |
| ITERATOR | operator-- (int) |
| ITERATOR & | operator-- () |
| LABELPLACE * | operator-> () |
| bool | operator== (const ITERATOR &rhs) const |
|
|
|
|
|
Internal constructor.
Definition at line 576 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 581 of file labelplacement.h. |
|
|
Inequality operator.
Definition at line 622 of file labelplacement.h. |
|
|
Post-increment operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 595 of file labelplacement.h. |
|
|
Pre-increment operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 589 of file labelplacement.h. |
|
|
Post-decrement operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 609 of file labelplacement.h. |
|
|
Pre-decrement operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 603 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 585 of file labelplacement.h. |
|
|
Equality operator.
|
1.3.8-20040913