Package it.unich.jgmp.nativelib
Class MpExpTByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
it.unich.jgmp.nativelib.MpExpTByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class MpExpTByReference
extends com.sun.jna.ptr.ByReference
A reference to the native
mp_exp_t
data type.-
Constructor Summary
ConstructorsConstructorDescriptionCreate a reference to a newly allocatedmp_exp_t
object.MpExpTByReference
(MpExpT value) Create a reference to a newly allocatedmp_exp_t
object, which is initialized withvalue
. -
Method Summary
Methods inherited from class com.sun.jna.ptr.ByReference
toString
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
MpExpTByReference
public MpExpTByReference()Create a reference to a newly allocatedmp_exp_t
object. -
MpExpTByReference
Create a reference to a newly allocatedmp_exp_t
object, which is initialized withvalue
.
-
-
Method Details
-
setValue
Change the value of themp_exp_t
object pointed by this reference. -
getValue
Get the value ofmp_exp_t
object pointed by this reference.
-