ViennaGrid - The Vienna Grid Library  2.1.0
Public Types | Public Member Functions
segmentation< WrappedConfigType >::iterator Class Reference

Iterator for iterating over all segments. More...

#include <segmentation.hpp>

Public Types

typedef segment_handle_type const * const_pointer
typedef segment_handle_type const & const_reference
typedef segment_handle_typepointer
typedef segment_handle_typereference
typedef segment_handle_type value_type

Public Member Functions

 iterator ()
 iterator (base const &foo)
reference operator* ()
const_reference operator* () const
pointer operator-> ()
const_pointer operator-> () const

Detailed Description

template<typename WrappedConfigType>
class viennagrid::segmentation< WrappedConfigType >::iterator

Iterator for iterating over all segments.


Member Typedef Documentation


Constructor & Destructor Documentation

iterator ( ) [inline]
iterator ( base const &  foo) [inline]

Member Function Documentation

reference operator* ( ) [inline]
const_reference operator* ( ) const [inline]
pointer operator-> ( ) [inline]
const_pointer operator-> ( ) const [inline]

The documentation for this class was generated from the following file: