#include <objreg.h>
Inheritance diagram for iObjectRegistryIterator:
Public Methods | |
virtual bool | Restart ()=0 |
Restart the iterator. More... | |
virtual iBase* | GetCurrent ()=0 |
Get the current element. More... | |
virtual const char* | GetCurrentTag ()=0 |
Return the current tag. | |
virtual bool | Next ()=0 |
Proceed with next element. More... |
|
Get the current element. Return NULL if none (end of list). |
|
Proceed with next element. Return true if there is one. |
|
Restart the iterator. Returns false if there are no ellements in it. |