#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Base/wrap-elements.h>

Public Types | |
|
typedef grid_sequence_iterator_category | category |
| typedef GRID | grid_type |
| typedef E | element_type |
| typedef EH | element_handle |
| typedef GRID | anchor_type |
| typedef IT | base_iterator |
| typedef grid_types< GRID > | gt |
| typedef gt::size_type | size_type |
| typedef element_type | value_type |
| typedef base_iterator::value_type | base_element_type |
|
typedef element_traits < base_element_type > | bet |
Public Member Functions | |
| wrapped_sequence_iterator (grid_type const &gg) | |
| wrapped_sequence_iterator (grid_type const &gg, base_iterator ii) | |
| wrapped_sequence_iterator (ref_ptr< grid_type const > gg) | |
| wrapped_sequence_iterator (ref_ptr< grid_type const > gg, base_iterator ii) | |
| self & | operator++ () |
| bool | IsDone () const |
| element_handle | handle () const |
| element_type | operator* () const |
| grid_type const & | TheGrid () const |
| anchor_type const & | TheAnchor () const |
| bool | bound () const |
| bool | valid () const |
| void | cb () const |
| void | cv () const |
| bool | operator== (self const &rhs) const |
| bool | operator!= (self const &rhs) const |
| bool | operator< (self const &rhs) const |
Static Public Member Functions | |
| static self | begin (anchor_type const &aa) |
| static self | end (anchor_type const &aa) |
| static size_type | size (anchor_type const &aa) |
| static self | begin (ref_ptr< anchor_type const > aa) |
| static self | end (ref_ptr< anchor_type const > aa) |
| static size_type | size (ref_ptr< anchor_type const > aa) |
Definition at line 324 of file wrap-elements.h.
1.5.8