Class

scala.scalanative.posix.timeOps

tmOps

Related Doc: package timeOps

Permalink

implicit final class tmOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tmOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new tmOps(ptr: Ptr[tm])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. val ptr: Ptr[tm]

    Permalink
  8. def tm_hour: CInt

    Permalink
  9. def tm_hour_=(v: CInt): Unit

    Permalink
  10. def tm_isdst: CInt

    Permalink
  11. def tm_isdst_=(v: CInt): Unit

    Permalink
  12. def tm_mday: CInt

    Permalink
  13. def tm_mday_=(v: CInt): Unit

    Permalink
  14. def tm_min: CInt

    Permalink
  15. def tm_min_=(v: CInt): Unit

    Permalink
  16. def tm_mon: CInt

    Permalink
  17. def tm_mon_=(v: CInt): Unit

    Permalink
  18. def tm_sec: CInt

    Permalink
  19. def tm_sec_=(v: CInt): Unit

    Permalink
  20. def tm_wday: CInt

    Permalink
  21. def tm_wday_=(v: CInt): Unit

    Permalink
  22. def tm_yday: CInt

    Permalink
  23. def tm_yday_=(v: CInt): Unit

    Permalink
  24. def tm_year: CInt

    Permalink
  25. def tm_year_=(v: CInt): Unit

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped