#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 480 of file labelplacement.h. |
|
|
Destructor.
Definition at line 487 of file labelplacement.h. |
|
|
Copy constructor.
Definition at line 490 of file labelplacement.h. |
|
|
Internal ctor.
Definition at line 500 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 510 of file labelplacement.h. |
|
|
Inequality operator.
Definition at line 556 of file labelplacement.h. |
|
|
Post-increment operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 525 of file labelplacement.h. |
|
|
Pre-increment operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 518 of file labelplacement.h. |
|
|
Post-decrement operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 540 of file labelplacement.h. |
|
|
Pre-decrement operator.
Reimplemented in GRE::LABELPLACEMENT::ITERATOR. Definition at line 533 of file labelplacement.h. |
|
|
Dereference operator.
Definition at line 514 of file labelplacement.h. |
|
|
Equality operator.
Definition at line 548 of file labelplacement.h. |
1.3.8-20040913