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.PointerType
Type representing an object of thegmp_randstate_t
native type.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
RANDSTATE_SIZE
The size of thegmp_randstate_t
structure.
-
Constructor Summary
Constructors Constructor Description GmpRandstateT()
Allocate the memory needed for angmp_randstate_t
structure and return the pointer to it.GmpRandstateT(com.sun.jna.Pointer p)
Create a newGmpRandstateT
corresponding to the pointerp
.
-