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 >::const_iterator Class Reference

#include <inmost_mesh.h>

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

Public Member Functions

 const_iterator (Mesh *m, const cont_t::const_iterator &other)
 
 const_iterator (const const_iterator &other)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator= (const_iterator const &other)
 
const HandleTypeoperator* ()
 
StorageType operator-> ()
 

Detailed Description

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

Definition at line 193 of file inmost_mesh.h.

Constructor & Destructor Documentation

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

Definition at line 197 of file inmost_mesh.h.

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

Definition at line 198 of file inmost_mesh.h.

Member Function Documentation

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

Definition at line 204 of file inmost_mesh.h.

Here is the call graph for this function:

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

Definition at line 199 of file inmost_mesh.h.

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

Definition at line 200 of file inmost_mesh.h.

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

Definition at line 201 of file inmost_mesh.h.

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

Definition at line 202 of file inmost_mesh.h.

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

Definition at line 205 of file inmost_mesh.h.

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

Definition at line 203 of file inmost_mesh.h.


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