Uses of Class
org.bytedeco.javacpp.Pointer.DeallocatorReference
-
Packages that use Pointer.DeallocatorReference Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime. -
-
Uses of Pointer.DeallocatorReference in org.bytedeco.javacpp
Subclasses of Pointer.DeallocatorReference in org.bytedeco.javacpp Modifier and Type Class Description protected static class
Pointer.CustomDeallocator
APointer.Deallocator
that calls, during garbage collection, a method with signaturestatic void deallocate()
from the Pointer object passed to the constructor and that accepts it as argument.protected static class
Pointer.NativeDeallocator
APointer.Deallocator
that calls, during garbage collection, a native function.(package private) static class
Pointer.ProxyDeallocator
APointer.Deallocator
that keeps and uses a strong reference to a Buffer or another Pointer.Fields in org.bytedeco.javacpp declared as Pointer.DeallocatorReference Modifier and Type Field Description (package private) static Pointer.DeallocatorReference
Pointer.DeallocatorReference. head
(package private) Pointer.DeallocatorReference
Pointer.DeallocatorReference. next
(package private) Pointer.DeallocatorReference
Pointer.DeallocatorReference. prev
-