<Uint64Iterator> Data Interface

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

Class HierarchyType » MemoryPointer » TypedIterator » Uint64Iterator

Function Members

Function members are as follows:

Return Type Function Name Documentation
<Uint64Iterator>Uint64IteratorThe constructor, which is used to initialize this object to represent an iterator that points at a single, primitive value.
<Uint64Array>CastUint64ArrayReturns a pointer to a <Uint64Array> object if and only if this iterator was originally bound to a <Uint64Array> object.
<Uint64Vector>CastUint64VectorReturns a pointer to a <Uint64Vector> object if and only if this iterator was originally bound to a <Uint64Vector> object.
<Uint64VectorArray>CastUint64VectorArrayReturns a pointer to a <Uint64VectorArray> object if and only if this iterator was originally bound to a <Uint64VectorArray> object.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
uint64DataSets or gets the primitive value stored by this object, or zero if this object has not been initialized with a scalar value.
uint64ValueReturns the value at the iterator's current position.