Package apple.struct

Class timeval64


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

      Constructors 
      Modifier Constructor Description
        timeval64()  
        timeval64​(long tv_sec, long tv_usec)  
      protected timeval64​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTv_sec​(long value)
      seconds
      void setTv_usec​(long value)
      and microseconds
      long tv_sec()
      seconds
      long tv_usec()
      and microseconds
      • 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

      • timeval64

        public timeval64()
      • timeval64

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

        public timeval64​(long tv_sec,
                         long tv_usec)
    • Method Detail

      • tv_sec

        public long tv_sec()
        seconds
      • setTv_sec

        public void setTv_sec​(long value)
        seconds
      • tv_usec

        public long tv_usec()
        and microseconds
      • setTv_usec

        public void setTv_usec​(long value)
        and microseconds