Inteface for collections that can be iterated. IIterator. More...
#include <IEnumerable.h>
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 |
Inteface for collections that can be iterated. IIterator.
Definition at line 35 of file IEnumerable.h.