Uses of Class
org.bytedeco.javacpp.Pointer.DeallocatorReference
Packages that use Pointer.DeallocatorReference
-
Uses of Pointer.DeallocatorReference in org.bytedeco.javacpp
Subclasses of Pointer.DeallocatorReference in org.bytedeco.javacppModifier and TypeClassDescriptionprotected static classAPointer.Deallocatorthat 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 classAPointer.Deallocatorthat calls, during garbage collection, a native function.(package private) static classAPointer.Deallocatorthat keeps and uses a strong reference to a Buffer or another Pointer.Fields in org.bytedeco.javacpp declared as Pointer.DeallocatorReferenceModifier and TypeFieldDescription(package private) static Pointer.DeallocatorReferencePointer.DeallocatorReference.head(package private) Pointer.DeallocatorReferencePointer.DeallocatorReference.next(package private) Pointer.DeallocatorReferencePointer.DeallocatorReference.prev