IEnumerable< T > Class Template Reference
[Collections]

Inteface for collections that can be iterated. IIterator. More...

#include <IEnumerable.h>

Inheritance diagram for IEnumerable< T >:
IMemoryValidate Array< T > Hashtable< K, T > List< T > Vector< T >

List of all members.

Public Member Functions

void ForEach (IDelegateOneParameter< T & > &func)
virtual void CheckMem () const
virtual void ValidateMem () const

Protected Member Functions

virtual RefCountPtr< IIterator
< T > > 
IteratorPtr ()=0

Detailed Description

template<typename T>
class IEnumerable< T >

Inteface for collections that can be iterated. IIterator.

Definition at line 35 of file IEnumerable.h.


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