object dirent
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- dirent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
DT_BLK(): CInt
- Annotations
- @name( "scalanative_dt_blk" )
-
def
DT_CHR(): CInt
- Annotations
- @name( "scalanative_dt_chr" )
-
def
DT_DIR(): CInt
- Annotations
- @name( "scalanative_dt_dir" )
-
def
DT_FIFO(): CInt
- Annotations
- @name( "scalanative_dt_fifo" )
-
def
DT_LNK(): CInt
- Annotations
- @name( "scalanative_dt_lnk" )
-
def
DT_REG(): CInt
- Annotations
- @name( "scalanative_dt_reg" )
-
def
DT_SOCK(): CInt
- Annotations
- @name( "scalanative_dt_sock" )
-
def
DT_UNKNOWN(): CInt
- Annotations
- @name( "scalanative_dt_unknown" )
-
def
DT_WHT(): CInt
- Annotations
- @name( "scalanative_dt_wht" )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
closedir(dirp: Ptr[DIR]): CInt
- Annotations
- @name( "scalanative_closedir" )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
opendir(name: CString): Ptr[DIR]
- Annotations
- @name( "scalanative_opendir" )
-
def
readdir(dirp: Ptr[DIR], buf: Ptr[dirent]): CInt
- Annotations
- @name( "scalanative_readdir" )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()