INMOST
A toolkit for distributed mathematical modeling
|
Public Member Functions | |
const_iterator (Mesh *m, const shell< HandleType >::const_iterator &other) | |
const_iterator (const const_iterator &other) | |
const_iterator & | operator= (const_iterator const &other) |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
Element | operator-> () |
Public Member Functions inherited from INMOST::shell< element >::_iterator< dtype > | |
_iterator (dtype *i) | |
_iterator (const _iterator &other) | |
_iterator | operator- (size_t n) const |
_iterator & | operator-= (size_t n) |
_iterator | operator+ (size_t n) const |
_iterator & | operator+= (size_t n) |
_iterator & | operator++ () |
_iterator | operator++ (int) |
_iterator & | operator-- () |
_iterator | operator-- (int) |
ptrdiff_t | operator- (const _iterator &other) const |
dtype & | operator* () const |
dtype * | operator-> () const |
_iterator & | operator= (_iterator const &other) |
bool | operator== (const _iterator &other) const |
bool | operator!= (const _iterator &other) const |
bool | operator< (const _iterator &other) const |
bool | operator> (const _iterator &other) const |
bool | operator<= (const _iterator &other) const |
bool | operator>= (const _iterator &other) const |
operator void * () const | |
Additional Inherited Members | |
Public Types inherited from INMOST::shell< element >::_iterator< dtype > | |
typedef dtype * | pointer |
typedef dtype & | reference |
typedef dtype | value_type |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
Definition at line 363 of file inmost_data.h.