PointerPointer<T extends NativeType> extension

Extension on Pointer specialized for the type argument Pointer.

on

Properties

is64Bit bool

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

Returns true if the size of a pointer is 64-bit, false otherwise.
no setter
value Pointer<T>

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

The pointer at address.
getter/setter pair

Methods

elementAt(int index) Pointer<Pointer<T>>

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

Pointer arithmetic (takes element size into account).

Operators

operator +(int offset) Pointer<Pointer<T>>

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

A pointer to the offsetth Pointer<T> after this one.
operator -(int offset) Pointer<Pointer<T>>

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

A pointer to the offsetth Pointer<T> before this one.
operator [](int index) Pointer<T>

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

The pointer at address + size * index.
operator []=(int index, Pointer<T> value) → void

Available on Pointer<Pointer<T>>, provided by the PointerPointer extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer