Package it.unich.jgmp.nativelib
Class ReallocFuncByReference
- java.lang.Object
-
- com.sun.jna.Structure
-
- it.unich.jgmp.nativelib.ReallocFuncByReference
-
@FieldOrder("value") public class ReallocFuncByReference extends com.sun.jna.StructureA structure containing anReallocFunccallback. This is used to pass the callback by reference to native code.
-
-
Field Summary
Fields Modifier and Type Field Description ReallocFuncvalueThe callback which is the only element of this structure.
-
Constructor Summary
Constructors Constructor Description ReallocFuncByReference()Create an instance of this structure.
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
value
public ReallocFunc value
The callback which is the only element of this structure.
-
-