Package apple.struct

Class div_t


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

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

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

      • div_t

        public div_t()
      • div_t

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

        public div_t​(int quot,
                     int rem)
    • Method Detail

      • quot

        public int quot()
        quotient
      • setQuot

        public void setQuot​(int value)
        quotient
      • rem

        public int rem()
        remainder
      • setRem

        public void setRem​(int value)
        remainder