Package org.lwjgl.util.lmdb
Class MDBRelFunc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.lmdb.MDBRelFunc
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,NativeResource
,Pointer
,MDBRelFuncI
Callback function:
MDB_rel_func *
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.util.lmdb.MDBRelFuncI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic MDBRelFunc
create
(long functionPointer) Creates aMDBRelFunc
instance from the specified function pointer.static MDBRelFunc
create
(MDBRelFuncI instance) Creates aMDBRelFunc
instance that delegates to the specifiedMDBRelFuncI
instance.static @Nullable MDBRelFunc
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.util.lmdb.MDBRelFuncI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aMDBRelFunc
instance from the specified function pointer.- Returns:
- the new
MDBRelFunc
-
createSafe
-
create
Creates aMDBRelFunc
instance that delegates to the specifiedMDBRelFuncI
instance.
-