Iterator
Module:
ecereCOM
Namespace:
ecere::com
Type: Structure
Base Class: None
Description
Iterator template to iterate within containers (except Map where MapIterator should be used)
Properties and Members
container
Container
<T, IT>
pointer
IteratorPointer
data
T
Non-Virtual Methods
Find
Free
GetData
Index
Index a container by its index type (e.g. int for an Array, the key for a Map or AVL tree)
Next
Prev
Remove
SetData
See Also
Container, MapIterator