Class MpqT

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped

    public class MpqT
    extends com.sun.jna.PointerType
    Type representing an object of the mpq_t native type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int MPQ_SIZE
      The size of the mpq_t native type.
    • Constructor Summary

      Constructors 
      Constructor Description
      MpqT()
      Allocate the memory needed for an mpq_t native type and return the pointer to it.
      MpqT​(com.sun.jna.Pointer p)
      Create a new MpqT corresponding to the pointer p.
    • Method Summary

      • Methods inherited from class com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
      • Methods inherited from class java.lang.Object

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

      • MPQ_SIZE

        static final int MPQ_SIZE
        The size of the mpq_t native type.
    • Constructor Detail

      • MpqT

        public MpqT()
        Allocate the memory needed for an mpq_t native type and return the pointer to it.
      • MpqT

        public MpqT​(com.sun.jna.Pointer p)
        Create a new MpqT corresponding to the pointer p.