ISIS Core Library 0.7.2 (api 3.0.0)
Public Member Functions | Friends

isis::data::_internal::ValueArrayIterator< TYPE > Class Template Reference

Basic iterator for ValueArray. More...

#include <valuearray.hpp>

Public Member Functions

bool operator!= (const ValueArrayIterator< TYPE > &cmp) const
TYPE & operator* () const
ValueArrayIterator< TYPE > operator+ (distance n) const
ValueArrayIterator< TYPE > & operator++ ()
ValueArrayIterator< TYPE > operator++ (int)
ValueArrayIterator< TYPE > & operator+= (distance n)
ValueArrayIterator< TYPE > operator- (distance n) const
distance operator- (const ValueArrayIterator< TYPE > &cmp) const
ValueArrayIterator< TYPE > & operator-- ()
ValueArrayIterator< TYPE > operator-- (int)
ValueArrayIterator< TYPE > & operator-= (distance n)
TYPE * operator-> () const
bool operator< (const ValueArrayIterator< TYPE > &cmp) const
bool operator<= (const ValueArrayIterator< TYPE > &cmp) const
bool operator== (const ValueArrayIterator< TYPE > &cmp) const
bool operator> (const ValueArrayIterator< TYPE > &cmp) const
bool operator>= (const ValueArrayIterator< TYPE > &cmp) const
TYPE & operator[] (distance n) const
 ValueArrayIterator (TYPE *_p)
 ValueArrayIterator ()
 ValueArrayIterator (const ValueArrayIterator< typename boost::remove_const< TYPE >::type > &src)

Friends

class ValueArrayIterator< const TYPE >

Detailed Description

template<typename TYPE>
class isis::data::_internal::ValueArrayIterator< TYPE >

Basic iterator for ValueArray.

This is a common iterator following the random access iterator model. It is not part of the reference counting used in ValueArray. So make sure you keep the ValueArray you created it from while you use this iterator.

Definition at line 122 of file valuearray.hpp.


Constructor & Destructor Documentation

template<typename TYPE>
isis::data::_internal::ValueArrayIterator< TYPE >::ValueArrayIterator ( ) [inline]

Definition at line 128 of file valuearray.hpp.

template<typename TYPE>
isis::data::_internal::ValueArrayIterator< TYPE >::ValueArrayIterator ( TYPE *  _p) [inline]

Definition at line 129 of file valuearray.hpp.

template<typename TYPE>
isis::data::_internal::ValueArrayIterator< TYPE >::ValueArrayIterator ( const ValueArrayIterator< typename boost::remove_const< TYPE >::type > &  src) [inline]

Definition at line 130 of file valuearray.hpp.


Member Function Documentation

template<typename TYPE>
bool isis::data::_internal::ValueArrayIterator< TYPE >::operator!= ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 142 of file valuearray.hpp.

template<typename TYPE>
TYPE& isis::data::_internal::ValueArrayIterator< TYPE >::operator* ( ) const [inline]

Definition at line 138 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE> isis::data::_internal::ValueArrayIterator< TYPE >::operator+ ( distance  n) const [inline]

Definition at line 150 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE>& isis::data::_internal::ValueArrayIterator< TYPE >::operator++ ( ) [inline]

Definition at line 132 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE> isis::data::_internal::ValueArrayIterator< TYPE >::operator++ ( int  ) [inline]

Definition at line 135 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE>& isis::data::_internal::ValueArrayIterator< TYPE >::operator+= ( distance  n) [inline]

Definition at line 155 of file valuearray.hpp.

template<typename TYPE>
distance isis::data::_internal::ValueArrayIterator< TYPE >::operator- ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 153 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE> isis::data::_internal::ValueArrayIterator< TYPE >::operator- ( distance  n) const [inline]

Definition at line 151 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE> isis::data::_internal::ValueArrayIterator< TYPE >::operator-- ( int  ) [inline]

Definition at line 136 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE>& isis::data::_internal::ValueArrayIterator< TYPE >::operator-- ( ) [inline]

Definition at line 133 of file valuearray.hpp.

template<typename TYPE>
ValueArrayIterator<TYPE>& isis::data::_internal::ValueArrayIterator< TYPE >::operator-= ( distance  n) [inline]

Definition at line 156 of file valuearray.hpp.

template<typename TYPE>
TYPE* isis::data::_internal::ValueArrayIterator< TYPE >::operator-> ( ) const [inline]

Definition at line 139 of file valuearray.hpp.

template<typename TYPE>
bool isis::data::_internal::ValueArrayIterator< TYPE >::operator< ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 145 of file valuearray.hpp.

template<typename TYPE>
bool isis::data::_internal::ValueArrayIterator< TYPE >::operator<= ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 148 of file valuearray.hpp.

template<typename TYPE>
bool isis::data::_internal::ValueArrayIterator< TYPE >::operator== ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 141 of file valuearray.hpp.

template<typename TYPE>
bool isis::data::_internal::ValueArrayIterator< TYPE >::operator> ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 144 of file valuearray.hpp.

template<typename TYPE>
bool isis::data::_internal::ValueArrayIterator< TYPE >::operator>= ( const ValueArrayIterator< TYPE > &  cmp) const [inline]

Definition at line 147 of file valuearray.hpp.

template<typename TYPE>
TYPE& isis::data::_internal::ValueArrayIterator< TYPE >::operator[] ( distance  n) const [inline]

Definition at line 158 of file valuearray.hpp.


Friends And Related Function Documentation

template<typename TYPE>
friend class ValueArrayIterator< const TYPE > [friend]

Definition at line 126 of file valuearray.hpp.


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