Registry<H extends Object, P extends Pointer<NativeType>> class

Constructors

Registry(void acquire(P value), void release(P value))

Properties

acquire → void Function(P value)
final
finalizer Finalizer<P>
latefinal
from Map<P, WeakReference<H>>
final
hashCode int
The hash code for this object.
no setterinherited
release → void Function(P value)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to Expando<P>
final

Methods

clear() → void
getHandle(P value) → H?
getPtr(H key) → P?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putHandle(H key, P f()) → P
putPtr(P value, H f()) → H
toString() String
A string representation of this object.
inherited

Operators

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