Package it.unich.jgmp.nativelib
Class GmpRandstateT
- java.lang.Object
-
- com.sun.jna.PointerType
-
- it.unich.jgmp.nativelib.GmpRandstateT
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class GmpRandstateT extends com.sun.jna.PointerTypeType representing an object of thegmp_randstate_tnative type.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intRANDSTATE_SIZEThe size of thegmp_randstate_tstructure.
-
Constructor Summary
Constructors Constructor Description GmpRandstateT()Allocate the memory needed for angmp_randstate_tstructure and return the pointer to it.GmpRandstateT(com.sun.jna.Pointer p)Create a newGmpRandstateTcorresponding to the pointerp.
-