<StrArrayIterator> Data Interface

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

Class HierarchyType » MemoryPointer » TypedIterator » StrArrayIterator

Function Members

Function members are as follows:

Return Type Function Name Documentation
<StrArrayIterator>StrArrayIteratorThe constructor.
int64AddressReturns the memory address of the pointer's current location.
<StrArray>CastStrArrayReturns a pointer to a <StrArray> object if and only if the underlying object is a <StrArray>.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Str>DataReturns a pointer to a <Str> object containing this iterator's data. This is not the same as the iterator's value.
<Str>ObjectReturns a pointer to the underlying <Str> object at the iterator's current position.
stringValueReturns the value of the underlying <Str> object at the iterator's current position.