#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 573 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 578 of file labelplacement.h. |
|
|
Inequality operator.
Definition at line 619 of file labelplacement.h. |
|
|
Post-increment operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 592 of file labelplacement.h. |
|
|
Pre-increment operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 586 of file labelplacement.h. |
|
|
Post-decrement operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 606 of file labelplacement.h. |
|
|
Pre-decrement operator.
Reimplemented from GRE::LABELPLACEMENT::CONST_ITERATOR. Definition at line 600 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 582 of file labelplacement.h. |
|
|
Equality operator.
|
1.3.8-20040913