Dynalib Utils
Public Member Functions | List of all members
DynaArrayIter< T > Class Template Reference

#include <DynaArray.h>

Public Member Functions

 DynaArrayIter (const DynaArray< T > *array, int start)
 
int getIndex ()
 
bool hasNext ()
 
bool hasPrev ()
 
bool operator== (const DynaArrayIter< T > &other) const
 
bool operator!= (const DynaArrayIter< T > &other) const
 
operator* () const
 
const DynaArrayIter< T > & operator++ ()
 
const DynaArrayIter< T > & operator-- ()
 

Constructor & Destructor Documentation

◆ DynaArrayIter()

template<class T>
DynaArrayIter< T >::DynaArrayIter ( const DynaArray< T > *  array,
int  start 
)
inline

Member Function Documentation

◆ getIndex()

template<class T>
int DynaArrayIter< T >::getIndex ( )
inline

◆ hasNext()

template<class T>
bool DynaArrayIter< T >::hasNext ( )
inline

◆ hasPrev()

template<class T>
bool DynaArrayIter< T >::hasPrev ( )
inline

◆ operator!=()

template<class T>
bool DynaArrayIter< T >::operator!= ( const DynaArrayIter< T > &  other) const
inline

◆ operator*()

template<class T>
T DynaArrayIter< T >::operator* ( ) const
inline

◆ operator++()

template<class T>
const DynaArrayIter<T>& DynaArrayIter< T >::operator++ ( )
inline

◆ operator--()

template<class T>
const DynaArrayIter<T>& DynaArrayIter< T >::operator-- ( )
inline

◆ operator==()

template<class T>
bool DynaArrayIter< T >::operator== ( const DynaArrayIter< T > &  other) const
inline

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