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.DeallocatorThe interface to implement to produce a Deallocator usable by Pointer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeallocate()
-