object stdio
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stdio
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
L_ctermid: CUnsignedInt
- Annotations
- @name( "scalanative_l_ctermid" )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ctermid(s: CString): CString
- def dprintf(fd: Int, format: CString, valist: va_list): Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fdopen(fd: Int, mode: CString): Ptr[FILE]
- def fileno(stream: Ptr[FILE]): Int
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flockfile(filehandle: Ptr[FILE]): Unit
- def fmemopen(buf: Ptr[Byte], size: size_t, mode: CString): Ptr[FILE]
- def fseeko(stream: Ptr[FILE], offset: off_t, whence: Int): Int
- def ftello(stream: Ptr[FILE]): off_t
- def ftrylockfile(filehandle: Ptr[FILE]): Int
- def funlockfile(filehandle: Ptr[FILE]): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getc_unlocked(stream: Ptr[CString]): Int
- def getchar_unlocked(): Int
- def getdelim(lineptr: Ptr[CString], n: Ptr[size_t], delim: Int, stream: Ptr[FILE]): ssize_t
- def getline(lineptr: Ptr[CString], n: Ptr[size_t], stream: Ptr[FILE]): ssize_t
-
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 open_memstream(ptr: Ptr[CString], sizeloc: Ptr[size_t]): Ptr[FILE]
- def pclose(stream: Ptr[FILE]): Int
- def popen(command: CString, typ: CString): Ptr[FILE]
- def putc_unlocked(c: Int, stream: Ptr[FILE]): Int
- def putchar_unlocked(c: Int): Int
- def renameat(olddirfd: Int, oldpath: CString, newdirdf: Int, newpath: CString): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def vdprintf(fd: Int, format: CString, ap: va_list): Int
-
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()