BindIterators Data Member Function

Binds iterators to this object.

Prototype

int32 BindIterators( StrArrayIterator p_oFirst, StrArrayIterator p_oLast )

Parameters

Parameter Type Parameter Name Documentation
<StrArrayIterator>p_oFirstA pointer to the iterator to bind to the start of the collection.
<StrArrayIterator>p_oLastA pointer to the iterator to bind to the end of the collection.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.