implicit final class statOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- statOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Ptr[stat]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def st_atim: time.timespec
- def st_atim_=(t: time.timespec): Unit
- def st_atime: time_t
- def st_atime_=(t: time_t): Unit
- def st_atimensec: time_t
- def st_atimensec_=(t: time_t): Unit
- def st_atimespec: time.timespec
- def st_atimespec_=(t: time.timespec): Unit
- def st_blksize: blksize_t
- def st_blksize_=(blcsize: blksize_t): Unit
- def st_blocks: blkcnt_t
- def st_blocks_=(blc: blkcnt_t): Unit
- def st_ctim: time.timespec
- def st_ctim_=(t: time.timespec): Unit
- def st_ctime: time_t
- def st_ctime_=(t: time_t): Unit
- def st_ctimensec: time_t
- def st_ctimensec_=(t: time_t): Unit
- def st_ctimespec: time.timespec
- def st_ctimespec_=(t: time.timespec): Unit
- def st_dev: dev_t
- def st_dev_=(dev_t: dev_t): Unit
- def st_gid: gid_t
- def st_gid_=(gid: gid_t): Unit
- def st_ino: ino_t
- def st_ino_=(ino_t: ino_t): Unit
- def st_mode: mode_t
- def st_mode_=(mode: mode_t): Unit
- def st_mtim: time.timespec
- def st_mtim_=(t: time.timespec): Unit
- def st_mtime: time_t
- def st_mtime_=(t: time_t): Unit
- def st_mtimensec: time_t
- def st_mtimensec_=(t: time_t): Unit
- def st_mtimespec: time.timespec
- def st_mtimespec_=(t: time.timespec): Unit
- def st_nlink: nlink_t
- def st_nlink_=(nlink: nlink_t): Unit
- def st_rdev: dev_t
- def st_rdev_=(dev_t: dev_t): Unit
- def st_size: off_t
- def st_size_=(size: off_t): Unit
- def st_uid: uid_t
- def st_uid_=(uid: uid_t): Unit
- def toString(): String
- Definition Classes
- Any