<NodeIterator> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » MemoryPointer » TypedIterator » NodeIterator

Function Members

Function members are as follows:

Return Type Function Name Documentation
<NodeIterator>NodeIteratorThe constructor.
<NodeBuffer>CastNodeBufferThis option is undocumented at present.
int32FilterThis option is undocumented at present.
int32IteratingThis option is undocumented at present.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Node>DataReturns a pointer to a <Node> object containing this iterator's data. This is not the same as the iterator's value.
<Node>ValueReturns the value of the underlying <Node> object at the iterator's current position. This increments the iterator. Therefore, success calls this method (such as in a while() loop, will exhaust the iterator.