Class MpfT
java.lang.Object
com.sun.jna.PointerType
it.unich.jgmp.nativelib.MpfT
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class MpfT
extends com.sun.jna.PointerType
Type representing an object of the
mpf_t native type.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final intThe size of thempf_tnative type. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Field Details
-
MPF_SIZE
static final int MPF_SIZEThe size of thempf_tnative type.
-
-
Constructor Details
-
MpfT
public MpfT()Allocate the memory needed for anmpf_tnative type and return the pointer to it. -
MpfT
public MpfT(com.sun.jna.Pointer p) Create a newMpfTcorresponding to the pointerp.
-