![]() |
Public API Reference |
#include <objiter.h>
Public Methods | |
csTypedObjectIterator (iObject *Parent) | |
constructor. More... | |
virtual | ~csTypedObjectIterator () |
destructor. More... | |
iBase * | Next () |
Move forward. More... | |
void | Reset () |
Reset the iterator to the beginning. More... | |
iObject * | GetParentObj () const |
Get the parent object. More... | |
bool | HasNext () const |
Check if we have any children of requested type. More... | |
iBase * | FindName (const char *name) |
Find the object with the given name. More... |
Definition at line 50 of file objiter.h.
|
constructor.
|
|
destructor.
|
|
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.
|