![]() |
Public API Reference |
![]() |
Use an instance of this class to iterate over objects in the object registry. More...
#include <iutil/objreg.h>
Public Member Functions | |
virtual const char * | GetCurrentTag ()=0 |
Return the current tag. | |
virtual bool | HasNext ()=0 |
Return true if there are more elements. | |
virtual iBase * | Next ()=0 |
Proceed with next element. | |
virtual bool | Reset ()=0 |
Restart the iterator. |
Use an instance of this class to iterate over objects in the object registry.
virtual const char* iObjectRegistryIterator::GetCurrentTag | ( | ) | [pure virtual] |
Return the current tag.
virtual bool iObjectRegistryIterator::HasNext | ( | ) | [pure virtual] |
Return true if there are more elements.
virtual iBase* iObjectRegistryIterator::Next | ( | ) | [pure virtual] |
Proceed with next element.
Return the element is there is one.
virtual bool iObjectRegistryIterator::Reset | ( | ) | [pure virtual] |
Restart the iterator.
Returns false if there are no ellements in it.