Packages

implicit final class flockOps extends AnyVal

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

Instance Constructors

  1. new flockOps(ptr: Ptr[flock])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def l_len: off_t
  8. def l_len_=(value: off_t): Unit
  9. def l_pid: pid_t
  10. def l_pid_=(value: pid_t): Unit
  11. def l_start: off_t
  12. def l_start_=(value: off_t): Unit
  13. def l_type: CInt
  14. def l_type_=(value: CInt): Unit
  15. def l_whence: CInt
  16. def l_whence_=(value: CInt): Unit
  17. val ptr: Ptr[flock]
  18. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped