csTypedObjectIterator Class Reference
Helper class for CS_DECLARE_OBJECT_ITERATOR macro. More...
#include <objiter.h>
Public Methods | |
| csTypedObjectIterator (iObject *Parent) | |
| constructor | |
| virtual | ~csTypedObjectIterator () |
| destructor | |
| iBase * | Next () |
| Move forward. | |
| void | Reset () |
| Reset the iterator to the beginning. | |
| iObject * | GetParentObj () const |
| Get the parent object. | |
| bool | HasNext () const |
| Check if we have any children of requested type. | |
| iBase * | FindName (const char *name) |
| Find the object with the given name. | |
Detailed Description
Helper class for CS_DECLARE_OBJECT_ITERATOR macro.
Definition at line 52 of file objiter.h.
Constructor & Destructor Documentation
|
|
constructor
|
|
|
destructor
|
Member Function Documentation
|
|
Find the object with the given name.
|
|
|
Get the parent object.
|
|
|
Check if we have any children of requested type.
|
|
|
Move forward.
|
|
|
Reset the iterator to the beginning.
|
The documentation for this class was generated from the following file:
- csutil/objiter.h
Generated for Crystal Space by doxygen 1.2.18
