![]() |
Public API Reference |
#include <objreg.h>
Inheritance diagram for iObjectRegistryIterator:

Public Methods | |
| virtual bool | Reset ()=0 |
| Restart the iterator. More... | |
| virtual const char * | GetCurrentTag ()=0 |
| Return the current tag. More... | |
| virtual bool | HasNext ()=0 |
| Return true if there are more elements. More... | |
| virtual iBase * | Next ()=0 |
| Proceed with next element. More... | |
Definition at line 121 of file iutil/objreg.h.
|
|
Return the current tag.
|
|
|
Return true if there are more elements.
|
|
|
Proceed with next element. Return the element is there is one. |
|
|
Restart the iterator. Returns false if there are no ellements in it. |