IIterateable
Short summary
An interface for classes that can iterate through objects.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
iterate
- Parameters:
execute(BOOL): control bit to start or abort the iterate (see SingleExecutionState)
- Return type: CNM_ReturnTypes.SingleExecutionState
This method delivers the next object from the collection and returns the current state of iteration.…
Code
Declaration
INTERFACE IIterateable EXTENDS CNM_AbstractObject.IObject