<Uint8Iterator> Data Interface

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

Class HierarchyType » MemoryPointer » TypedIterator » Uint8Iterator

Function Members

Function members are as follows:

Return Type Function Name Documentation
<Uint8Iterator>Uint8IteratorThe constructor, which is used to initialize this object to represent an iterator that points at a single, primitive value.
<Color>CastColorReturns a pointer to a <Color> object if and only if this iterator was originally bound to a <Color> object.
<ColorArray>CastColorArrayReturns a pointer to a <ColorArray> object if and only if this iterator was originally bound to a <ColorArray> object.
<Image>CastImageReturns a pointer to an <Image> object if and only if this iterator was originally bound to an <Image> object.
<Uint8Array>CastUint8ArrayReturns a pointer to a <Uint8Array> object if and only if this iterator was originally bound to a <Uint8Array> object.
<Uint8Vector>CastUint8VectorReturns a pointer to a <Uint8Vector> object if and only if this iterator was originally bound to a <Uint8Vector> object.
<Uint8VectorArray>CastUint8VectorArrayReturns a pointer to a <Uint8VectorArray> object if and only if this iterator was originally bound to a <Uint8VectorArray> object.

Object Members

Object members are as follows:

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