Package | Description |
---|---|
org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Pointer.CustomDeallocator
A
Pointer.Deallocator that calls, during garbage collection, a method with signature
static void deallocate() from the Pointer object passed to the constructor
and that accepts it as argument. |
protected static class |
Pointer.NativeDeallocator
A
Pointer.Deallocator that calls, during garbage collection, a native function. |
(package private) static class |
Pointer.ProxyDeallocator
A
Pointer.Deallocator that keeps and uses a strong reference to a Buffer or another Pointer. |
Modifier and Type | Field and Description |
---|---|
(package private) static Pointer.DeallocatorReference |
Pointer.DeallocatorReference.head |
(package private) Pointer.DeallocatorReference |
Pointer.DeallocatorReference.next |
(package private) Pointer.DeallocatorReference |
Pointer.DeallocatorReference.prev |
Copyright © 2024. All rights reserved.