Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » MemoryPointer » TypedIterator » Int64Iterator |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| <Int64Iterator> | Int64Iterator | The constructor, which is used to initialize this object to represent an iterator that points at a single, primitive value. |
| <Int64Array> | CastInt64Array | Returns a pointer to a <Int64Array> object if and only if this iterator was originally bound to a <Int64Array> object. |
| <Int64Vector> | CastInt64Vector | Returns a pointer to a <Int64Vector> object if and only if this iterator was originally bound to a <Int64Vector> object. |
| <Int64VectorArray> | CastInt64VectorArray | Returns a pointer to an <Int64VectorArray> object if and only if this iterator was originally bound to a <Int64VectorArray> object. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| int64 | Data | Sets or gets the primitive value stored by this object, or zero if this object has not been initialized with a scalar value. |
| int64 | Value | Returns the value at the iterator's current position. |