Vector< T >::Iterator Class Reference

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 54 of file Vector.h.


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