Package jnr.ffi.provider.jffi
Interface ReflectionVariableAccessorGenerator.PointerOp<T>
-
- All Known Implementing Classes:
ReflectionVariableAccessorGenerator.DoublePointerOp
,ReflectionVariableAccessorGenerator.FloatPointerOp
,ReflectionVariableAccessorGenerator.Int16PointerOp
,ReflectionVariableAccessorGenerator.Int32PointerOp
,ReflectionVariableAccessorGenerator.Int64PointerOp
,ReflectionVariableAccessorGenerator.Int8PointerOp
- Enclosing class:
- ReflectionVariableAccessorGenerator
private static interface ReflectionVariableAccessorGenerator.PointerOp<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(Pointer memory)
void
put(Pointer memory, T value)
-