Package apple.struct

Class ldiv_t


  • public final class ldiv_t
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ldiv_t()  
        ldiv_t​(long quot, long rem)  
      protected ldiv_t​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long quot()
      quotient
      long rem()
      remainder
      void setQuot​(long value)
      quotient
      void setRem​(long value)
      remainder
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ldiv_t

        public ldiv_t()
      • ldiv_t

        protected ldiv_t​(org.moe.natj.general.Pointer peer)
      • ldiv_t

        public ldiv_t​(long quot,
                      long rem)
    • Method Detail

      • quot

        public long quot()
        quotient
      • setQuot

        public void setQuot​(long value)
        quotient
      • rem

        public long rem()
        remainder
      • setRem

        public void setRem​(long value)
        remainder