Class MpzT
java.lang.Object
com.sun.jna.PointerType
it.unich.jgmp.nativelib.MpzT
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class MpzT
extends com.sun.jna.PointerType
Type representing an object of the
mpz_t native type.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final intThe size of thempz_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
-
MPZ_SIZE
static final int MPZ_SIZEThe size of thempz_tnative type.
-
-
Constructor Details
-
MpzT
public MpzT()Allocate the memory needed for anmpz_tnative type and return the pointer to it. -
MpzT
public MpzT(com.sun.jna.Pointer p) Create a newMpzTcorresponding to the pointerp.
-