#include <engine.h>
Public Methods | |
~csObjectIt () | |
Destructor. | |
void | Restart () |
Restart iterator. | |
iObject* | Fetch () |
Get object from iterator. Return NULL at end. | |
Friends | |
class | csEngine |
This iterator assumes there are no fundamental changes in the engine while it is being used. If changes to the engine happen the results are unpredictable.