IIterator< T > Class Template Reference
[Types]

Each collection type defines a specialized iterator for its contents. More...

#include <IIterator.h>

Inheritance diagram for IIterator< T >:
Array< T >::Iterator Hashtable< K, T >::Iterator List< T >::Iterator Vector< T >::Iterator

List of all members.

Public Member Functions

virtual bool Next ()=0
virtual bool Prev ()=0
virtual T Current ()=0
virtual T & CurrentRef ()=0

Detailed Description

template<typename T>
class IIterator< T >

Each collection type defines a specialized iterator for its contents.

Definition at line 34 of file IIterator.h.


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