Object

scala.scalanative.posix

dirent

Related Doc: package posix

Permalink

object dirent

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

Type Members

  1. type DIR = Void

    Permalink
  2. type _256 = Digit[_2, Digit[_5, _6]]

    Permalink
  3. type dirent = CStruct3[CUnsignedLongLong, CArray[CChar, _256], CShort]

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def DT_BLK(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_blk" )
  5. def DT_CHR(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_chr" )
  6. def DT_DIR(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_dir" )
  7. def DT_FIFO(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_fifo" )
  8. def DT_LNK(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_lnk" )
  9. def DT_REG(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_reg" )
  10. def DT_SOCK(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_sock" )
  11. def DT_UNKNOWN(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_unknown" )
  12. def DT_WHT(): CInt

    Permalink
    Annotations
    @name( name = "scalanative_dt_wht" )
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def closedir(dirp: Ptr[DIR]): CInt

    Permalink
    Annotations
    @name( name = "scalanative_closedir" )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def opendir(name: CString): Ptr[DIR]

    Permalink
    Annotations
    @name( name = "scalanative_opendir" )
  26. def readdir(dirp: Ptr[DIR], buf: Ptr[dirent]): CInt

    Permalink
    Annotations
    @name( name = "scalanative_readdir" )
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped