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_tobject.MpExpTByReference(MpExpT value) Create a reference to a newly allocatedmp_exp_tobject, which is initialized withvalue. -
Method Summary
Methods inherited from class com.sun.jna.ptr.ByReference
toStringMethods 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_tobject. -
MpExpTByReference
Create a reference to a newly allocatedmp_exp_tobject, which is initialized withvalue.
-
-
Method Details
-
setValue
Change the value of themp_exp_tobject pointed by this reference. -
getValue
Get the value ofmp_exp_tobject pointed by this reference.
-