| 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. |
| Modifier and Type | Field and Description |
|---|---|
private Pointer.Deallocator |
Pointer.deallocator
The deallocator associated with this Pointer that should be called on garbage collection.
|
(package private) Pointer.Deallocator |
Pointer.DeallocatorReference.deallocator |
| Modifier and Type | Method and Description |
|---|---|
protected Pointer.Deallocator |
Pointer.deallocator()
Returns
Pointer.deallocator. |
| Modifier and Type | Method and Description |
|---|---|
protected <P extends Pointer> |
Pointer.deallocator(Pointer.Deallocator deallocator)
Sets the deallocator and returns this.
|
| Constructor and Description |
|---|
DeallocatorReference(Pointer p,
Pointer.Deallocator deallocator) |
Copyright © 2017. All rights reserved.