Pointer<T> class

Constructors

Pointer(int addr, int size, {bool safe = false, bool dummy = false, int refCount = 1})

Properties

addr int
final
dummy bool
final
hashCode int
The hash code for this object.
no setteroverride
lastAccessTime int
getter/setter pair
refCount int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safe bool
final
size int
final
value int
getter/setter pair

Methods

asTypedList(int length) List
cast<R>() Pointer<R>
elementAt(int index) Pointer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
retain() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override