INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
INMOST::ElementArray< StorageType >::iterator Class Reference

#include <inmost_mesh.h>

Inheritance diagram for INMOST::ElementArray< StorageType >::iterator:
Collaboration diagram for INMOST::ElementArray< StorageType >::iterator:

Public Member Functions

 iterator (Mesh *m, const cont_t::iterator &other)
 
 iterator (const iterator &other)
 
ptrdiff_t operator- (const iterator &other) const
 
iterator operator+ (size_t n)
 
iterator operator- (size_t n)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
iteratoroperator= (iterator const &other)
 
HandleTypeoperator* ()
 
StorageType operator-> ()
 

Detailed Description

template<typename StorageType>
class INMOST::ElementArray< StorageType >::iterator

Definition at line 159 of file inmost_mesh.h.

Constructor & Destructor Documentation

template<typename StorageType>
INMOST::ElementArray< StorageType >::iterator::iterator ( Mesh m,
const cont_t::iterator other 
)
inline

Definition at line 163 of file inmost_mesh.h.

template<typename StorageType>
INMOST::ElementArray< StorageType >::iterator::iterator ( const iterator other)
inline

Definition at line 164 of file inmost_mesh.h.

Member Function Documentation

template<typename StorageType>
HandleType& INMOST::ElementArray< StorageType >::iterator::operator* ( )
inline

Definition at line 173 of file inmost_mesh.h.

Here is the call graph for this function:

template<typename StorageType>
iterator INMOST::ElementArray< StorageType >::iterator::operator+ ( size_t  n)
inline

Definition at line 166 of file inmost_mesh.h.

template<typename StorageType>
iterator& INMOST::ElementArray< StorageType >::iterator::operator++ ( )
inline

Definition at line 168 of file inmost_mesh.h.

template<typename StorageType>
iterator INMOST::ElementArray< StorageType >::iterator::operator++ ( int  )
inline

Definition at line 169 of file inmost_mesh.h.

template<typename StorageType>
ptrdiff_t INMOST::ElementArray< StorageType >::iterator::operator- ( const iterator other) const
inline

Definition at line 165 of file inmost_mesh.h.

template<typename StorageType>
iterator INMOST::ElementArray< StorageType >::iterator::operator- ( size_t  n)
inline

Definition at line 167 of file inmost_mesh.h.

template<typename StorageType>
iterator& INMOST::ElementArray< StorageType >::iterator::operator-- ( )
inline

Definition at line 170 of file inmost_mesh.h.

template<typename StorageType>
iterator INMOST::ElementArray< StorageType >::iterator::operator-- ( int  )
inline

Definition at line 171 of file inmost_mesh.h.

template<typename StorageType>
StorageType INMOST::ElementArray< StorageType >::iterator::operator-> ( )
inline

Definition at line 174 of file inmost_mesh.h.

template<typename StorageType>
iterator& INMOST::ElementArray< StorageType >::iterator::operator= ( iterator const &  other)
inline

Definition at line 172 of file inmost_mesh.h.


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