Array< T >::Iterator Class Reference

Inheritance diagram for Array< T >::Iterator:
IIterator< T >

List of all members.

Public Member Functions

 Iterator (const Array< T > *ap)
 Iterator (const Iterator &ai)
virtual bool Next ()
virtual bool Prev ()
virtual T Current ()
virtual T & CurrentRef ()

Detailed Description

template<typename T>
class Array< T >::Iterator

Definition at line 51 of file Array.h.


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