![]() |
XII Release 0.1.0
|
Iterates over all children of one object. More...
#include <GameObject.h>
Public Member Functions | |
const xiiGameObject & | operator* () const |
const xiiGameObject * | operator-> () const |
operator const xiiGameObject * () const | |
void | Next () |
Advances the iterator to the next child object. The iterator will not be valid anymore, if the last child is reached. | |
bool | IsValid () const |
Checks whether this iterator points to a valid object. | |
void | operator++ () |
Shorthand for 'Next'. | |
Friends | |
class | xiiGameObject |
Iterates over all children of one object.