INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
INMOST::Storage::reference_array::const_iterator Class Reference

#include <inmost_data.h>

Inheritance diagram for INMOST::Storage::reference_array::const_iterator:
Collaboration diagram for INMOST::Storage::reference_array::const_iterator:

Public Member Functions

 const_iterator ()
 
 const_iterator (Mesh *m, const shell< HandleType >::const_iterator &other)
 
 const_iterator (const const_iterator &other)
 
const_iteratoroperator= (const_iterator const &other)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
Element operator-> ()
 
- Public Member Functions inherited from INMOST::shell< element >::_iterator< dtype >
 _iterator ()
 
 _iterator (dtype *i)
 
 _iterator (const _iterator &other)
 
 ~_iterator ()
 
_iterator operator- (size_t n)
 
_iteratoroperator-= (size_t n)
 
_iterator operator+ (size_t n)
 
_iteratoroperator+= (size_t n)
 
_iteratoroperator++ ()
 
_iterator operator++ (int)
 
_iteratoroperator-- ()
 
_iterator operator-- (int)
 
ptrdiff_t operator- (const _iterator &other) const
 
dtype & operator* ()
 
dtype * operator-> ()
 
_iteratoroperator= (_iterator const &other)
 
bool operator== (const _iterator &other)
 
bool operator!= (const _iterator &other)
 
bool operator< (const _iterator &other)
 
bool operator> (const _iterator &other)
 
bool operator<= (const _iterator &other)
 
bool operator>= (const _iterator &other)
 
 operator void * ()
 

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
 

Detailed Description

Definition at line 328 of file inmost_data.h.

Constructor & Destructor Documentation

INMOST::Storage::reference_array::const_iterator::const_iterator ( )
inline

Definition at line 332 of file inmost_data.h.

INMOST::Storage::reference_array::const_iterator::const_iterator ( Mesh m,
const shell< HandleType >::const_iterator other 
)
inline

Definition at line 333 of file inmost_data.h.

INMOST::Storage::reference_array::const_iterator::const_iterator ( const const_iterator other)
inline

Definition at line 334 of file inmost_data.h.

Member Function Documentation

const_iterator& INMOST::Storage::reference_array::const_iterator::operator++ ( )
inline

Definition at line 336 of file inmost_data.h.

Here is the call graph for this function:

const_iterator INMOST::Storage::reference_array::const_iterator::operator++ ( int  )
inline

Definition at line 337 of file inmost_data.h.

Here is the call graph for this function:

const_iterator& INMOST::Storage::reference_array::const_iterator::operator-- ( )
inline

Definition at line 338 of file inmost_data.h.

Here is the call graph for this function:

const_iterator INMOST::Storage::reference_array::const_iterator::operator-- ( int  )
inline

Definition at line 339 of file inmost_data.h.

Here is the call graph for this function:

Element INMOST::Storage::reference_array::const_iterator::operator-> ( )
const_iterator& INMOST::Storage::reference_array::const_iterator::operator= ( const_iterator const &  other)
inline

Definition at line 335 of file inmost_data.h.

Here is the call graph for this function:


The documentation for this class was generated from the following file: