| 
    ViennaGrid - The Vienna Grid Library
    2.1.0
    
   
   | 
  
  
  
 
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_type * | pointer | 
| typedef segment_handle_type & | reference | 
| 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 | 
Iterator for iterating over all segments.
| typedef segment_handle_type const* const_pointer | 
| typedef segment_handle_type const& const_reference | 
| typedef segment_handle_type* pointer | 
| typedef segment_handle_type& reference | 
| typedef segment_handle_type value_type | 
| iterator | ( | ) |  [inline] | 
        
| iterator | ( | base const & | foo | ) |  [inline] | 
        
| reference operator* | ( | ) |  [inline] | 
        
| const_reference operator* | ( | ) |  const [inline] | 
        
| pointer operator-> | ( | ) |  [inline] | 
        
| const_pointer operator-> | ( | ) |  const [inline] | 
        
 1.7.6.1