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 >::_reverse_iterator< dtype > Class Template Reference

#include <container.hpp>

Inheritance diagram for INMOST::shell< element >::_reverse_iterator< dtype >:
Collaboration diagram for INMOST::shell< element >::_reverse_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

 _reverse_iterator ()
 
 _reverse_iterator (dtype *i)
 
 _reverse_iterator (const _reverse_iterator &other)
 
 ~_reverse_iterator ()
 
_reverse_iterator operator- (size_t n)
 
_reverse_iteratoroperator-= (size_t n)
 
_reverse_iterator operator+ (size_t n)
 
_reverse_iteratoroperator+= (size_t n)
 
_reverse_iteratoroperator++ ()
 
_reverse_iterator operator++ (int)
 
_reverse_iteratoroperator-- ()
 
_reverse_iterator operator-- (int)
 
ptrdiff_t operator- (const _reverse_iterator &other) const
 
dtype & operator* ()
 
dtype * operator-> ()
 
_reverse_iteratoroperator= (_reverse_iterator const &other)
 
bool operator== (const _reverse_iterator &other)
 
bool operator!= (const _reverse_iterator &other)
 
bool operator< (const _reverse_iterator &other)
 
bool operator> (const _reverse_iterator &other)
 
bool operator<= (const _reverse_iterator &other)
 
bool operator>= (const _reverse_iterator &other)
 
 operator void * ()
 

Detailed Description

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

Definition at line 561 of file container.hpp.

Member Typedef Documentation

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

Definition at line 569 of file container.hpp.

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

Definition at line 570 of file container.hpp.

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

Definition at line 566 of file container.hpp.

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

Definition at line 567 of file container.hpp.

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

Definition at line 568 of file container.hpp.

Constructor & Destructor Documentation

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

Definition at line 571 of file container.hpp.

Here is the caller graph for this function:

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

Definition at line 572 of file container.hpp.

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

Definition at line 573 of file container.hpp.

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

Definition at line 574 of file container.hpp.

Member Function Documentation

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

Definition at line 593 of file container.hpp.

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

Definition at line 588 of file container.hpp.

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

Definition at line 584 of file container.hpp.

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

Definition at line 577 of file container.hpp.

Here is the call graph for this function:

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

Definition at line 579 of file container.hpp.

Here is the caller graph for this function:

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

Definition at line 580 of file container.hpp.

Here is the call graph for this function:

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

Definition at line 578 of file container.hpp.

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

Definition at line 575 of file container.hpp.

Here is the call graph for this function:

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

Definition at line 583 of file container.hpp.

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

Definition at line 581 of file container.hpp.

Here is the caller graph for this function:

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

Definition at line 582 of file container.hpp.

Here is the call graph for this function:

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

Definition at line 576 of file container.hpp.

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

Definition at line 585 of file container.hpp.

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

Definition at line 589 of file container.hpp.

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

Definition at line 591 of file container.hpp.

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

Definition at line 586 of file container.hpp.

Here is the caller graph for this function:

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

Definition at line 587 of file container.hpp.

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

Definition at line 590 of file container.hpp.

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

Definition at line 592 of file container.hpp.


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