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::shell< element >::_iterator< dtype > Class Template Reference

#include <container.hpp>

Inheritance diagram for INMOST::shell< element >::_iterator< dtype >:
Collaboration diagram for INMOST::shell< element >::_iterator< dtype >:

Public Types

typedef dtype * pointer
 
typedef dtype & reference
 
typedef dtype value_type
 
typedef ptrdiff_t 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_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 * ()
 

Detailed Description

template<typename element>
template<typename dtype>
class INMOST::shell< element >::_iterator< dtype >

Definition at line 524 of file container.hpp.

Member Typedef Documentation

template<typename element>
template<typename dtype >
typedef ptrdiff_t INMOST::shell< element >::_iterator< dtype >::difference_type

Definition at line 532 of file container.hpp.

template<typename element>
template<typename dtype >
typedef std::random_access_iterator_tag INMOST::shell< element >::_iterator< dtype >::iterator_category

Definition at line 533 of file container.hpp.

template<typename element>
template<typename dtype >
typedef dtype* INMOST::shell< element >::_iterator< dtype >::pointer

Definition at line 529 of file container.hpp.

template<typename element>
template<typename dtype >
typedef dtype& INMOST::shell< element >::_iterator< dtype >::reference

Definition at line 530 of file container.hpp.

template<typename element>
template<typename dtype >
typedef dtype INMOST::shell< element >::_iterator< dtype >::value_type

Definition at line 531 of file container.hpp.

Constructor & Destructor Documentation

template<typename element>
template<typename dtype >
INMOST::shell< element >::_iterator< dtype >::_iterator ( )
inline

Definition at line 534 of file container.hpp.

Here is the caller graph for this function:

template<typename element>
template<typename dtype >
INMOST::shell< element >::_iterator< dtype >::_iterator ( dtype *  i)
inline

Definition at line 535 of file container.hpp.

template<typename element>
template<typename dtype >
INMOST::shell< element >::_iterator< dtype >::_iterator ( const _iterator< dtype > &  other)
inline

Definition at line 536 of file container.hpp.

template<typename element>
template<typename dtype >
INMOST::shell< element >::_iterator< dtype >::~_iterator ( )
inline

Definition at line 537 of file container.hpp.

Member Function Documentation

template<typename element>
template<typename dtype >
INMOST::shell< element >::_iterator< dtype >::operator void * ( )
inline

Definition at line 556 of file container.hpp.

template<typename element>
template<typename dtype >
bool INMOST::shell< element >::_iterator< dtype >::operator!= ( const _iterator< dtype > &  other)
inline

Definition at line 551 of file container.hpp.

template<typename element>
template<typename dtype >
dtype& INMOST::shell< element >::_iterator< dtype >::operator* ( )
inline

Definition at line 547 of file container.hpp.

template<typename element>
template<typename dtype >
_iterator INMOST::shell< element >::_iterator< dtype >::operator+ ( size_t  n)
inline

Definition at line 540 of file container.hpp.

Here is the call graph for this function:

template<typename element>
template<typename dtype >
_iterator& INMOST::shell< element >::_iterator< dtype >::operator++ ( )
inline

Definition at line 542 of file container.hpp.

Here is the caller graph for this function:

template<typename element>
template<typename dtype >
_iterator INMOST::shell< element >::_iterator< dtype >::operator++ ( int  )
inline

Definition at line 543 of file container.hpp.

Here is the call graph for this function:

template<typename element>
template<typename dtype >
_iterator& INMOST::shell< element >::_iterator< dtype >::operator+= ( size_t  n)
inline

Definition at line 541 of file container.hpp.

template<typename element>
template<typename dtype >
_iterator INMOST::shell< element >::_iterator< dtype >::operator- ( size_t  n)
inline

Definition at line 538 of file container.hpp.

Here is the call graph for this function:

template<typename element>
template<typename dtype >
ptrdiff_t INMOST::shell< element >::_iterator< dtype >::operator- ( const _iterator< dtype > &  other) const
inline

Definition at line 546 of file container.hpp.

template<typename element>
template<typename dtype >
_iterator& INMOST::shell< element >::_iterator< dtype >::operator-- ( )
inline

Definition at line 544 of file container.hpp.

Here is the caller graph for this function:

template<typename element>
template<typename dtype >
_iterator INMOST::shell< element >::_iterator< dtype >::operator-- ( int  )
inline

Definition at line 545 of file container.hpp.

Here is the call graph for this function:

template<typename element>
template<typename dtype >
_iterator& INMOST::shell< element >::_iterator< dtype >::operator-= ( size_t  n)
inline

Definition at line 539 of file container.hpp.

template<typename element>
template<typename dtype >
dtype* INMOST::shell< element >::_iterator< dtype >::operator-> ( )
inline

Definition at line 548 of file container.hpp.

template<typename element>
template<typename dtype >
bool INMOST::shell< element >::_iterator< dtype >::operator< ( const _iterator< dtype > &  other)
inline

Definition at line 552 of file container.hpp.

template<typename element>
template<typename dtype >
bool INMOST::shell< element >::_iterator< dtype >::operator<= ( const _iterator< dtype > &  other)
inline

Definition at line 554 of file container.hpp.

template<typename element>
template<typename dtype >
_iterator& INMOST::shell< element >::_iterator< dtype >::operator= ( _iterator< dtype > const &  other)
inline

Definition at line 549 of file container.hpp.

Here is the caller graph for this function:

template<typename element>
template<typename dtype >
bool INMOST::shell< element >::_iterator< dtype >::operator== ( const _iterator< dtype > &  other)
inline

Definition at line 550 of file container.hpp.

template<typename element>
template<typename dtype >
bool INMOST::shell< element >::_iterator< dtype >::operator> ( const _iterator< dtype > &  other)
inline

Definition at line 553 of file container.hpp.

template<typename element>
template<typename dtype >
bool INMOST::shell< element >::_iterator< dtype >::operator>= ( const _iterator< dtype > &  other)
inline

Definition at line 555 of file container.hpp.


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