AbiSpecificIntegerPointer<T extends AbiSpecificInteger> extension

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

on

Properties

value int

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

The integer at address.
getter/setter pair

Methods

elementAt(int index) Pointer<T>

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

Pointer arithmetic (takes element size into account).

Operators

operator +(int offset) Pointer<T>

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

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

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

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

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

The integer at address + sizeOf\<T\>() * index.
operator []=(int index, int value) → void

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

The integer at address + sizeOf\<T\>() * index.