This can be used with generic components formally requiring certain iterators which will not be used in the concrete case. More...
#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Iterators/dummy-iterator.h>
Public Types | |
| typedef ELEM | element_type |
| typedef ELEM | value_type |
| typedef ANCHOR | anchor_type |
| typedef anchor_type::grid_type | grid_type |
|
typedef element_traits < element_type > | et |
| typedef et::handle_type | handle_type |
Public Member Functions | |
| dummy_sequence_iterator (anchor_type const &) | |
| self & | operator++ () |
| bool | IsDone () const |
| value_type | operator* () const |
| handle_type | handle () const |
| grid_type | TheGrid () const |
| anchor_type | TheAnchor () const |
| bool | operator== (self const &rhs) const |
| bool | operator!= (self const &rhs) const |
This can be used with generic components formally requiring certain iterators which will not be used in the concrete case.
Definition at line 68 of file dummy-iterator.h.
1.5.8