Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

TArrayIterator< T > Class Template Reference

#include <TArrayIterator.h>

Inheritance diagram for TArrayIterator< T >:

Inheritance graph
[legend]
Collaboration diagram for TArrayIterator< T >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class T>
class TArrayIterator< T >

Todo:
work out how to take const arrays as argument like PP but without requiring mutable members in LArray.


Public Types

Constants matching public interface of PP version
enum  
 start options More...

enum  

Public Methods

 TArrayIterator (TArray< T > &inArray, ArrayIndexT inPosition=LArrayIterator::from_Start)
 ~TArrayIterator ()
Boolean Current (T &outItem)
Boolean Next (T &outItem)
Boolean Previous (T &outItem)
T * PtrToCurrent ()
T * PtrToNext ()
T * PtrToPrevious ()


Member Enumeration Documentation

anonymous enum [inherited]
 

anonymous enum [inherited]
 

start options


Constructor & Destructor Documentation

template<class T>
TArrayIterator< T >::TArrayIterator TArray< T > &    inArray,
ArrayIndexT    inPosition = LArrayIterator::from_Start
[inline]
 

template<class T>
TArrayIterator< T >::~TArrayIterator   [inline]
 


Member Function Documentation

template<class T>
Boolean TArrayIterator< T >::Current T &    outItem [inline]
 

template<class T>
Boolean TArrayIterator< T >::Next T &    outItem [inline]
 

template<class T>
Boolean TArrayIterator< T >::Previous T &    outItem [inline]
 

template<class T>
T* TArrayIterator< T >::PtrToCurrent   [inline]
 

template<class T>
T* TArrayIterator< T >::PtrToNext   [inline]
 

template<class T>
T* TArrayIterator< T >::PtrToPrevious   [inline]
 


The documentation for this class was generated from the following file:
Generated on Mon Jul 22 18:21:57 2002 for PP2MFC by doxygen1.2.17