Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 43 of file field_wdof_sliced.h.
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | size_type = std::size_t |
using | value_type = typename std::iterator_traits< InputIterator >::value_type |
using | reference = const value_type & |
using | pointer = const value_type * |
using | difference_type = std::ptrdiff_t |
using | self_type = field_sliced_const_iterator< InputIterator > |
Public Member Functions | |
field_sliced_const_iterator ()=delete | |
field_sliced_const_iterator (InputIterator iter, size_type incr) | |
template<class OutputIterator > | |
field_sliced_const_iterator (field_sliced_iterator< OutputIterator > i) | |
reference | operator* () const |
reference | operator[] (size_type n) const |
self_type & | operator++ () |
self_type | operator++ (int) |
self_type & | operator+= (difference_type n) |
self_type | operator+ (difference_type n) const |
bool | operator== (const self_type &j) const |
bool | operator!= (const self_type &j) const |
Public Attributes | |
InputIterator | _iter |
size_type | _incr |
using iterator_category = std::forward_iterator_tag |
Definition at line 48 of file field_wdof_sliced.h.
using size_type = std::size_t |
Definition at line 49 of file field_wdof_sliced.h.
using value_type = typename std::iterator_traits<InputIterator>::value_type |
Definition at line 50 of file field_wdof_sliced.h.
using reference = const value_type& |
Definition at line 51 of file field_wdof_sliced.h.
using pointer = const value_type* |
Definition at line 52 of file field_wdof_sliced.h.
using difference_type = std::ptrdiff_t |
Definition at line 53 of file field_wdof_sliced.h.
using self_type = field_sliced_const_iterator<InputIterator> |
Definition at line 54 of file field_wdof_sliced.h.
|
delete |
field_sliced_const_iterator | ( | InputIterator | iter, |
size_type | incr | ||
) |
Definition at line 59 of file field_wdof_sliced.h.
field_sliced_const_iterator | ( | field_sliced_iterator< OutputIterator > | i | ) |
Definition at line 61 of file field_wdof_sliced.h.
reference operator* | ( | ) | const |
Definition at line 65 of file field_wdof_sliced.h.
Definition at line 66 of file field_wdof_sliced.h.
self_type & operator++ | ( | ) |
Definition at line 68 of file field_wdof_sliced.h.
self_type operator++ | ( | int | ) |
Definition at line 69 of file field_wdof_sliced.h.
self_type & operator+= | ( | difference_type | n | ) |
Definition at line 70 of file field_wdof_sliced.h.
self_type operator+ | ( | difference_type | n | ) | const |
Definition at line 71 of file field_wdof_sliced.h.
bool operator== | ( | const self_type & | j | ) | const |
Definition at line 75 of file field_wdof_sliced.h.
bool operator!= | ( | const self_type & | j | ) | const |
Definition at line 76 of file field_wdof_sliced.h.
InputIterator _iter |
Definition at line 79 of file field_wdof_sliced.h.
size_type _incr |
Definition at line 80 of file field_wdof_sliced.h.