Package apple.struct

Class lldiv_t


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long quot()  
      long rem()  
      void setQuot​(long value)  
      void setRem​(long value)  
      • 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

      • lldiv_t

        public lldiv_t()
      • lldiv_t

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

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

      • quot

        public long quot()
      • setQuot

        public void setQuot​(long value)
      • rem

        public long rem()
      • setRem

        public void setRem​(long value)