#include <dune/pdelab/backend/istl/vectoriterator.hh>
|
| vector_iterator (vector_reference vector, bool at_end) |
|
template<typename W > |
| vector_iterator (const vector_iterator< W > &r, typename std::enable_if< is_const &&!std::is_same< V, W >::value &&std::is_same< vector, W >::value, void *>::type=nullptr) |
|
template<typename W > |
std::enable_if< is_const &&!std::is_same< vector, W >::value &&std::is_same< vector, W >::value, vector_iterator &>::type | operator= (const vector_iterator< W > &r) |
|
BaseT::pointer | operator-> () const |
|
BaseT::reference | operator* () const |
|
vector_iterator & | operator++ () |
|
vector_iterator | operator++ (int) |
|
template<typename W > |
std::enable_if< std::is_same< vector, typename vector_iterator< W >::vector >::value, bool >::type | operator== (const vector_iterator< W > &r) const |
|
template<typename W > |
std::enable_if< std::is_same< vector, typename vector_iterator< W >::vector >::value, bool >::type | operator!= (const vector_iterator< W > &r) const |
|
§ vector_iterator() [1/2]
§ vector_iterator() [2/2]
template<typename V>
template<typename W >
§ operator!=()
template<typename V>
template<typename W >
§ operator*()
§ operator++() [1/2]
§ operator++() [2/2]
§ operator->()
§ operator=()
template<typename V>
template<typename W >
§ operator==()
template<typename V>
template<typename W >
The documentation for this class was generated from the following file: