Package org.bytedeco.javacpp
Interface Pointer.ReferenceCounter
-
- All Known Implementing Classes:
Pointer.CustomDeallocator
,Pointer.DeallocatorReference
,Pointer.NativeDeallocator
,Pointer.ProxyDeallocator
- Enclosing class:
- Pointer
protected static interface Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
count()
boolean
release()
void
retain()
-