|
ViennaGrid - The Vienna Grid Library
2.1.0
|
Const iterator for iterating over all segments. More...
#include <segmentation.hpp>
Public Types | |
| typedef segment_handle_type const * | pointer |
| typedef segment_handle_type const & | reference |
| typedef segment_handle_type | value_type |
Public Member Functions | |
| const_iterator () | |
| const_iterator (base const &foo) | |
| const_iterator (iterator const &it) | |
| reference | operator* () const |
| pointer | operator-> () const |
Const iterator for iterating over all segments.
| typedef segment_handle_type const* pointer |
| typedef segment_handle_type const& reference |
| typedef segment_handle_type value_type |
| const_iterator | ( | ) | [inline] |
| const_iterator | ( | base const & | foo | ) | [inline] |
| const_iterator | ( | iterator const & | it | ) | [inline] |
| reference operator* | ( | ) | const [inline] |
| pointer operator-> | ( | ) | const [inline] |
1.7.6.1