PointerArray extension - dart:ffi library (original) (raw)

PointerArray<T extends NativeType> extension

Bounds checking indexing methods on Arrays of Pointer.

on

Annotations

Properties

elementsList<Pointer<T>>

Available on Array<Pointer<T>>, provided by the PointerArray extension

A list view of the bytes of this array.

no setter

Operators

operator [](int index)→ Pointer<T>

Available on Array<Pointer<T>>, provided by the PointerArray extension

Loads a Dart value from this array at index.

operator []=(int index, Pointer<T> value)→ void

Available on Array<Pointer<T>>, provided by the PointerArray extension

Stores a Dart value in this array at index.