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

#include <DynaList.h>

Public Member Functions

 DynaListIter (const DynaList< T > *list, int start)
 
int getIndex ()
 
bool hasNext ()
 
bool hasPrev ()
 
bool operator== (const DynaListIter< T > &other) const
 
bool operator!= (const DynaListIter< T > &other) const
 
T * operator* () const
 
const DynaListIter< T > & operator++ ()
 
const DynaListIter< T > & operator-- ()
 

Constructor & Destructor Documentation

◆ DynaListIter()

template<class T>
DynaListIter< T >::DynaListIter ( const DynaList< T > *  list,
int  start 
)
inline

Member Function Documentation

◆ getIndex()

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

◆ hasNext()

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

◆ hasPrev()

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

◆ operator!=()

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

◆ operator*()

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

◆ operator++()

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

◆ operator--()

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

◆ operator==()

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

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