INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
INMOST::dynarray< element, stacked >::_iterator< dtype > Class Template Reference

#include <container.hpp>

Inheritance diagram for INMOST::dynarray< element, stacked >::_iterator< dtype >:
Collaboration diagram for INMOST::dynarray< element, stacked >::_iterator< dtype >:

Public Types

typedef dtype * pointer
 
typedef dtype & reference
 
typedef dtype value_type
 
typedef size_type difference_type
 
typedef
std::random_access_iterator_tag 
iterator_category
 

Public Member Functions

 _iterator ()
 
 _iterator (dtype *i)
 
 _iterator (const _iterator &other)
 
 ~_iterator ()
 
_iterator operator- (size_type n)
 
_iteratoroperator-= (size_type n)
 
_iterator operator+ (size_type n)
 
_iteratoroperator+= (size_type n)
 
_iteratoroperator++ ()
 
_iterator operator++ (int)
 
_iteratoroperator-- ()
 
_iterator operator-- (int)
 
size_type 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 * ()
 
void * cast_to_void ()
 

Detailed Description

template<typename element, unsigned int stacked>
template<typename dtype>
class INMOST::dynarray< element, stacked >::_iterator< dtype >

Definition at line 1535 of file container.hpp.

Member Typedef Documentation

template<typename element, unsigned int stacked>
template<typename dtype >
typedef size_type INMOST::dynarray< element, stacked >::_iterator< dtype >::difference_type

Definition at line 1543 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
typedef std::random_access_iterator_tag INMOST::dynarray< element, stacked >::_iterator< dtype >::iterator_category

Definition at line 1544 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
typedef dtype* INMOST::dynarray< element, stacked >::_iterator< dtype >::pointer

Definition at line 1540 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
typedef dtype& INMOST::dynarray< element, stacked >::_iterator< dtype >::reference

Definition at line 1541 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
typedef dtype INMOST::dynarray< element, stacked >::_iterator< dtype >::value_type

Definition at line 1542 of file container.hpp.

Constructor & Destructor Documentation

template<typename element, unsigned int stacked>
template<typename dtype >
INMOST::dynarray< element, stacked >::_iterator< dtype >::_iterator ( )
inline

Definition at line 1545 of file container.hpp.

Here is the caller graph for this function:

template<typename element, unsigned int stacked>
template<typename dtype >
INMOST::dynarray< element, stacked >::_iterator< dtype >::_iterator ( dtype *  i)
inline

Definition at line 1546 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
INMOST::dynarray< element, stacked >::_iterator< dtype >::_iterator ( const _iterator< dtype > &  other)
inline

Definition at line 1547 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
INMOST::dynarray< element, stacked >::_iterator< dtype >::~_iterator ( )
inline

Definition at line 1548 of file container.hpp.

Member Function Documentation

template<typename element, unsigned int stacked>
template<typename dtype >
void* INMOST::dynarray< element, stacked >::_iterator< dtype >::cast_to_void ( )
inline

Definition at line 1568 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
INMOST::dynarray< element, stacked >::_iterator< dtype >::operator void * ( )
inline

Definition at line 1567 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
bool INMOST::dynarray< element, stacked >::_iterator< dtype >::operator!= ( const _iterator< dtype > &  other)
inline

Definition at line 1562 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
dtype& INMOST::dynarray< element, stacked >::_iterator< dtype >::operator* ( )
inline

Definition at line 1558 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator INMOST::dynarray< element, stacked >::_iterator< dtype >::operator+ ( size_type  n)
inline

Definition at line 1551 of file container.hpp.

Here is the call graph for this function:

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator& INMOST::dynarray< element, stacked >::_iterator< dtype >::operator++ ( )
inline

Definition at line 1553 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator INMOST::dynarray< element, stacked >::_iterator< dtype >::operator++ ( int  )
inline

Definition at line 1554 of file container.hpp.

Here is the call graph for this function:

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator& INMOST::dynarray< element, stacked >::_iterator< dtype >::operator+= ( size_type  n)
inline

Definition at line 1552 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator INMOST::dynarray< element, stacked >::_iterator< dtype >::operator- ( size_type  n)
inline

Definition at line 1549 of file container.hpp.

Here is the call graph for this function:

template<typename element, unsigned int stacked>
template<typename dtype >
size_type INMOST::dynarray< element, stacked >::_iterator< dtype >::operator- ( const _iterator< dtype > &  other) const
inline

Definition at line 1557 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator& INMOST::dynarray< element, stacked >::_iterator< dtype >::operator-- ( )
inline

Definition at line 1555 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator INMOST::dynarray< element, stacked >::_iterator< dtype >::operator-- ( int  )
inline

Definition at line 1556 of file container.hpp.

Here is the call graph for this function:

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator& INMOST::dynarray< element, stacked >::_iterator< dtype >::operator-= ( size_type  n)
inline

Definition at line 1550 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
dtype* INMOST::dynarray< element, stacked >::_iterator< dtype >::operator-> ( )
inline

Definition at line 1559 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
bool INMOST::dynarray< element, stacked >::_iterator< dtype >::operator< ( const _iterator< dtype > &  other)
inline

Definition at line 1563 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
bool INMOST::dynarray< element, stacked >::_iterator< dtype >::operator<= ( const _iterator< dtype > &  other)
inline

Definition at line 1565 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
_iterator& INMOST::dynarray< element, stacked >::_iterator< dtype >::operator= ( _iterator< dtype > const &  other)
inline

Definition at line 1560 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
bool INMOST::dynarray< element, stacked >::_iterator< dtype >::operator== ( const _iterator< dtype > &  other)
inline

Definition at line 1561 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
bool INMOST::dynarray< element, stacked >::_iterator< dtype >::operator> ( const _iterator< dtype > &  other)
inline

Definition at line 1564 of file container.hpp.

template<typename element, unsigned int stacked>
template<typename dtype >
bool INMOST::dynarray< element, stacked >::_iterator< dtype >::operator>= ( const _iterator< dtype > &  other)
inline

Definition at line 1566 of file container.hpp.


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