Class 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

      Constructors 
      Constructor Description
      MpExpTByReference()
      Create a reference to a newly allocated mp_exp_t object.
      MpExpTByReference​(MpExpT value)
      Create a reference to a newly allocated mp_exp_t object, which is initialized with value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MpExpT getValue()
      Get the value of mp_exp_t object pointed by this reference.
      void setValue​(MpExpT value)
      Change the value of the mp_exp_t object pointed by this reference.
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MpExpTByReference

        public MpExpTByReference()
        Create a reference to a newly allocated mp_exp_t object.
      • MpExpTByReference

        public MpExpTByReference​(MpExpT value)
        Create a reference to a newly allocated mp_exp_t object, which is initialized with value.
    • Method Detail

      • setValue

        public void setValue​(MpExpT value)
        Change the value of the mp_exp_t object pointed by this reference.
      • getValue

        public MpExpT getValue()
        Get the value of mp_exp_t object pointed by this reference.