|
ViennaGrid
1.0.1
|
Iterator for const iteration over n-cells of a segment. More...
#include <segment_iterators.hpp>
Public Member Functions | |
| const_on_segment_iterator (IteratorType const &it) | |
| const ElementType & | operator* () const |
| const ElementType * | operator-> () const |
| self_type & | operator++ () |
| self_type | operator++ (int) |
| bool | operator== (const self_type &i) const |
| bool | operator!= (const self_type &i) const |
Iterator for const iteration over n-cells of a segment.
| const_on_segment_iterator | ( | IteratorType const & | it | ) | [inline] |
| bool operator!= | ( | const self_type & | i | ) | const [inline] |
| const ElementType& operator* | ( | ) | const [inline] |
| self_type& operator++ | ( | ) | [inline] |
| self_type operator++ | ( | int | ) | [inline] |
| const ElementType* operator-> | ( | ) | const [inline] |
| bool operator== | ( | const self_type & | i | ) | const [inline] |
1.7.6.1