Package it.unich.jgmp.nativelib
Class MpqT
java.lang.Object
com.sun.jna.PointerType
it.unich.jgmp.nativelib.MpqT
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class MpqT
extends com.sun.jna.PointerType
Type representing an object of the
mpq_t
native type.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
The size of thempq_t
native type. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Field Details
-
MPQ_SIZE
static final int MPQ_SIZEThe size of thempq_t
native type.
-
-
Constructor Details
-
MpqT
public MpqT()Allocate the memory needed for anmpq_t
native type and return the pointer to it. -
MpqT
public MpqT(com.sun.jna.Pointer p) Create a newMpqT
corresponding to the pointerp
.
-