![]() |
Public API Reference |
#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. More... | |
virtual bool | Next ()=0 |
Proceed with next element. More... |
Definition at line 121 of file iutil/objreg.h.
|
Get the current element. Return NULL if none (end of list). |
|
Return the current tag.
|
|
Proceed with next element. Return true if there is one. |
|
Restart the iterator. Returns false if there are no ellements in it. |