CrystalSpace

Public API Reference

iObjectRegistryIterator Struct Reference
[Shared Class Facility (SCF)]

Use an instance of this class to iterate over objects in the object registry. More...

#include <iutil/objreg.h>

Inheritance diagram for iObjectRegistryIterator:

List of all members.

Public Member Functions

virtual const char * GetCurrentTag ()=0
 Return the current tag.
virtual bool HasNext ()=0
 Return true if there are more elements.
virtual iBaseNext ()=0
 Proceed with next element.
virtual bool Reset ()=0
 Restart the iterator.

Detailed Description

Use an instance of this class to iterate over objects in the object registry.

Definition at line 130 of file objreg.h.


Member Function Documentation

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.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1