Uses of Interface
org.bytedeco.javacpp.Pointer.Deallocator
Packages that use Pointer.Deallocator
-
Uses of Pointer.Deallocator in org.bytedeco.javacpp
Classes in org.bytedeco.javacpp that implement Pointer.DeallocatorModifier 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.Methods in org.bytedeco.javacpp that return Pointer.DeallocatorModifier and TypeMethodDescriptionprotected Pointer.DeallocatorPointer.deallocator()ReturnsPointer.deallocator.Methods in org.bytedeco.javacpp with parameters of type Pointer.DeallocatorModifier and TypeMethodDescriptionprotected <P extends Pointer>
PPointer.deallocator(Pointer.Deallocator deallocator) Sets the deallocator and returns this.