Package org.bytedeco.javacpp
Interface Pointer.Deallocator
-
- All Known Implementing Classes:
Pointer.CustomDeallocator
,Pointer.DeallocatorReference
,Pointer.NativeDeallocator
,Pointer.ProxyDeallocator
- Enclosing class:
- Pointer
protected static interface Pointer.Deallocator
The interface to implement to produce a Deallocator usable by Pointer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deallocate()
-