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

Public Member Functions | |
| CONST_ITERATOR (LABELPLACEMENT *placement) | |
| CONST_ITERATOR (const CONST_ITERATOR &rhs) | |
| CONST_ITERATOR () | |
| const LABELPLACE & | operator * () const |
| bool | operator!= (const CONST_ITERATOR &rhs) const |
| CONST_ITERATOR | operator++ (int) |
| CONST_ITERATOR & | operator++ () |
| CONST_ITERATOR | operator-- (int) |
| CONST_ITERATOR & | operator-- () |
| const LABELPLACE * | operator-> () const |
| bool | operator== (const CONST_ITERATOR &rhs) const |
| virtual | ~CONST_ITERATOR () |
|
|
Default constructor.
Definition at line 477 of file labelplacement.h. |
|
|
Destructor.
Definition at line 484 of file labelplacement.h. |
|
|
Copy constructor.
Definition at line 487 of file labelplacement.h. |
|
|
Internal ctor.
Definition at line 497 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 507 of file labelplacement.h. |
|
|
Inequality operator.
Definition at line 553 of file labelplacement.h. |
|
|
Post-increment operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 522 of file labelplacement.h. |
|
|
Pre-increment operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 515 of file labelplacement.h. |
|
|
Post-decrement operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 537 of file labelplacement.h. |
|
|
Pre-decrement operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 530 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 511 of file labelplacement.h. |
|
|
Equality operator.
Definition at line 545 of file labelplacement.h. |
1.3.8-20040913