Public Member Functions | |
TMCConstPtrIterator (const ArrayT &inArray, uint32 startIndex=0) | |
const T * | operator* (void) const |
TMCConstPtrIterator & | operator++ (void) |
TMCConstPtrIterator | operator++ (int) |
TMCConstPtrIterator & | operator-- (void) |
TMCConstPtrIterator | operator-- (int) |
boolean | operator== (const TMCConstPtrIterator &rhs) const |
boolean | operator!= (const TMCConstPtrIterator &rhs) const |
TMCConstPtrIterator & | operator= (const TMCConstPtrIterator &rhs) |
void | Reset (void) |
const T * | First (void) |
const T * | Next (void) |
boolean | More (void) |
const T * | Last (void) |
const T * | Prev (void) |
boolean | MorePrev (void) |
uint32 | GetIndex (void) const |
const T * | GetCurrent (void) |
Protected Attributes | |
const ArrayT & | fMyArray |
const T ** | fCurrent |
uint32 | fCurrentIndex |
TMCConstPtrIterator< T, ArrayT >::TMCConstPtrIterator | ( | const ArrayT & | inArray, | |
uint32 | startIndex = 0 | |||
) | [inline] |
const T* TMCConstPtrIterator< T, ArrayT >::First | ( | void | ) | [inline] |
const T* TMCConstPtrIterator< T, ArrayT >::GetCurrent | ( | void | ) | [inline] |
uint32 TMCConstPtrIterator< T, ArrayT >::GetIndex | ( | void | ) | const [inline] |
const T* TMCConstPtrIterator< T, ArrayT >::Last | ( | void | ) | [inline] |
boolean TMCConstPtrIterator< T, ArrayT >::More | ( | void | ) | [inline] |
boolean TMCConstPtrIterator< T, ArrayT >::MorePrev | ( | void | ) | [inline] |
const T* TMCConstPtrIterator< T, ArrayT >::Next | ( | void | ) | [inline] |
boolean TMCConstPtrIterator< T, ArrayT >::operator!= | ( | const TMCConstPtrIterator< T, ArrayT > & | rhs | ) | const [inline] |
const T* TMCConstPtrIterator< T, ArrayT >::operator* | ( | void | ) | const [inline] |
TMCConstPtrIterator TMCConstPtrIterator< T, ArrayT >::operator++ | ( | int | ) | [inline] |
TMCConstPtrIterator& TMCConstPtrIterator< T, ArrayT >::operator++ | ( | void | ) | [inline] |
TMCConstPtrIterator TMCConstPtrIterator< T, ArrayT >::operator-- | ( | int | ) | [inline] |
TMCConstPtrIterator& TMCConstPtrIterator< T, ArrayT >::operator-- | ( | void | ) | [inline] |
TMCConstPtrIterator& TMCConstPtrIterator< T, ArrayT >::operator= | ( | const TMCConstPtrIterator< T, ArrayT > & | rhs | ) | [inline] |
boolean TMCConstPtrIterator< T, ArrayT >::operator== | ( | const TMCConstPtrIterator< T, ArrayT > & | rhs | ) | const [inline] |
const T* TMCConstPtrIterator< T, ArrayT >::Prev | ( | void | ) | [inline] |
void TMCConstPtrIterator< T, ArrayT >::Reset | ( | void | ) | [inline] |
const T** TMCConstPtrIterator< T, ArrayT >::fCurrent [protected] |
uint32 TMCConstPtrIterator< T, ArrayT >::fCurrentIndex [protected] |
const ArrayT& TMCConstPtrIterator< T, ArrayT >::fMyArray [protected] |