COPASI API  4.40.278
CDataVector< CType >::iterator Class Reference

#include <CDataVector.h>

Inheritance diagram for CDataVector< CType >::iterator:
[legend]

Public Member Functions

 iterator ()
 
 iterator (const iterator &src)
 
 iterator (const typename std::vector< CType * >::iterator &src)
 
 operator CType * () const
 
CType & operator* () const
 
iterator operator+ (const typename std::vector< CType * >::iterator::difference_type &n) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator+= (const typename std::vector< CType * >::iterator::difference_type &n)
 
iterator operator- (const typename std::vector< CType * >::iterator::difference_type &n) const
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
iteratoroperator-= (const typename std::vector< CType * >::iterator::difference_type &n)
 
CType * operator-> () const
 
iteratoroperator= (CType *pType)
 
 ~iterator ()
 

Constructor & Destructor Documentation

◆ iterator() [1/3]

◆ iterator() [2/3]

template<class CType >
CDataVector< CType >::iterator::iterator ( const iterator src)
inline

◆ iterator() [3/3]

template<class CType >
CDataVector< CType >::iterator::iterator ( const typename std::vector< CType * >::iterator src)
inline

◆ ~iterator()

template<class CType >
CDataVector< CType >::iterator::~iterator ( )
inline

Member Function Documentation

◆ operator CType *()

template<class CType >
CDataVector< CType >::iterator::operator CType * ( ) const
inline

◆ operator*()

template<class CType >
CType& CDataVector< CType >::iterator::operator* ( ) const
inline

◆ operator+()

template<class CType >
iterator CDataVector< CType >::iterator::operator+ ( const typename std::vector< CType * >::iterator::difference_type &  n) const
inline

◆ operator++() [1/2]

template<class CType >
iterator& CDataVector< CType >::iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<class CType >
iterator CDataVector< CType >::iterator::operator++ ( int  )
inline

◆ operator+=()

template<class CType >
iterator& CDataVector< CType >::iterator::operator+= ( const typename std::vector< CType * >::iterator::difference_type &  n)
inline

◆ operator-()

template<class CType >
iterator CDataVector< CType >::iterator::operator- ( const typename std::vector< CType * >::iterator::difference_type &  n) const
inline

◆ operator--() [1/2]

template<class CType >
iterator& CDataVector< CType >::iterator::operator-- ( )
inline

◆ operator--() [2/2]

template<class CType >
iterator CDataVector< CType >::iterator::operator-- ( int  )
inline

◆ operator-=()

template<class CType >
iterator& CDataVector< CType >::iterator::operator-= ( const typename std::vector< CType * >::iterator::difference_type &  n)
inline

◆ operator->()

template<class CType >
CType* CDataVector< CType >::iterator::operator-> ( ) const
inline

◆ operator=()

template<class CType >
iterator& CDataVector< CType >::iterator::operator= ( CType *  pType)
inline

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