Packages

object types

Annotations
@extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type blkcnt_t = Long
  2. type blksize_t = Long
  3. type clock_t = Long
  4. type clockid_t = Int
  5. type dev_t = ULong
  6. type fsblkcnt_t = ULong
  7. type fsfilcnt_t = ULong
  8. type gid_t = UInt
  9. type id_t = UInt
  10. type ino_t = ULong
  11. type key_t = Int
  12. type mode_t = UInt
  13. type nlink_t = ULong
  14. type off_t = Long
  15. type pid_t = Int
  16. type pthread_attr_t = ULong
  17. type pthread_barrier_t = ULong
  18. type pthread_barrierattr_t = ULong
  19. type pthread_cond_t = ULong
  20. type pthread_condattr_t = ULong
  21. type pthread_key_t = ULong
  22. type pthread_mutex_t = ULong
  23. type pthread_mutexattr_t = ULong
  24. type pthread_once_t = ULong
  25. type pthread_rwlock_t = ULong
  26. type pthread_rwlockattr_t = ULong
  27. type pthread_spinlock_t = ULong
  28. type pthread_t = ULong
  29. type size_t = ULong
  30. type ssize_t = Long
  31. type suseconds_t = Long
  32. type time_t = Long
  33. type timer_t = Ptr[CUnsignedLong]
  34. type uid_t = UInt

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped