WasmPointer<T> class
abstract
- Implementers
Constructors
- WasmPointer(int address)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readerAt(
[int offset = 0]) → WasmReader -
toString(
) → String -
A string representation of this object.
inherited
-
writerAt(
[int offset = 0]) → WasmWriter
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → T -
operator []=(
int index, T v) → void