Packages

implicit final class statOps extends AnyVal

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

Instance Constructors

  1. new statOps(c: Ptr[stat])

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. val c: Ptr[stat]
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def st_atim: time.timespec
  9. def st_atim_=(t: time.timespec): Unit
  10. def st_atime: time_t
  11. def st_atime_=(t: time_t): Unit
  12. def st_atimensec: time_t
  13. def st_atimensec_=(t: time_t): Unit
  14. def st_atimespec: time.timespec
  15. def st_atimespec_=(t: time.timespec): Unit
  16. def st_blksize: blksize_t
  17. def st_blksize_=(blcsize: blksize_t): Unit
  18. def st_blocks: blkcnt_t
  19. def st_blocks_=(blc: blkcnt_t): Unit
  20. def st_ctim: time.timespec
  21. def st_ctim_=(t: time.timespec): Unit
  22. def st_ctime: time_t
  23. def st_ctime_=(t: time_t): Unit
  24. def st_ctimensec: time_t
  25. def st_ctimensec_=(t: time_t): Unit
  26. def st_ctimespec: time.timespec
  27. def st_ctimespec_=(t: time.timespec): Unit
  28. def st_dev: dev_t
  29. def st_dev_=(dev_t: dev_t): Unit
  30. def st_gid: gid_t
  31. def st_gid_=(gid: gid_t): Unit
  32. def st_ino: ino_t
  33. def st_ino_=(ino_t: ino_t): Unit
  34. def st_mode: mode_t
  35. def st_mode_=(mode: mode_t): Unit
  36. def st_mtim: time.timespec
  37. def st_mtim_=(t: time.timespec): Unit
  38. def st_mtime: time_t
  39. def st_mtime_=(t: time_t): Unit
  40. def st_mtimensec: time_t
  41. def st_mtimensec_=(t: time_t): Unit
  42. def st_mtimespec: time.timespec
  43. def st_mtimespec_=(t: time.timespec): Unit
  44. def st_nlink: nlink_t
  45. def st_nlink_=(nlink: nlink_t): Unit
  46. def st_rdev: dev_t
  47. def st_rdev_=(dev_t: dev_t): Unit
  48. def st_size: off_t
  49. def st_size_=(size: off_t): Unit
  50. def st_uid: uid_t
  51. def st_uid_=(uid: uid_t): Unit
  52. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped