object stdio

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

Type Members

  1. type ssize_t = Long
  2. type va_list = CVarArgList

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def L_ctermid: CUnsignedInt
    Annotations
    @name( "scalanative_l_ctermid" )
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def ctermid(s: CString): CString
  8. def dprintf(fd: Int, format: CString, valist: va_list): Int
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def fdopen(fd: Int, mode: CString): Ptr[FILE]
  12. def fileno(stream: Ptr[FILE]): Int
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flockfile(filehandle: Ptr[FILE]): Unit
  15. def fmemopen(buf: Ptr[Byte], size: size_t, mode: CString): Ptr[FILE]
  16. def fseeko(stream: Ptr[FILE], offset: off_t, whence: Int): Int
  17. def ftello(stream: Ptr[FILE]): off_t
  18. def ftrylockfile(filehandle: Ptr[FILE]): Int
  19. def funlockfile(filehandle: Ptr[FILE]): Unit
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getc_unlocked(stream: Ptr[CString]): Int
  22. def getchar_unlocked(): Int
  23. def getdelim(lineptr: Ptr[CString], n: Ptr[size_t], delim: Int, stream: Ptr[FILE]): ssize_t
  24. def getline(lineptr: Ptr[CString], n: Ptr[size_t], stream: Ptr[FILE]): ssize_t
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def open_memstream(ptr: Ptr[CString], sizeloc: Ptr[size_t]): Ptr[FILE]
  31. def pclose(stream: Ptr[FILE]): Int
  32. def popen(command: CString, typ: CString): Ptr[FILE]
  33. def putc_unlocked(c: Int, stream: Ptr[FILE]): Int
  34. def putchar_unlocked(c: Int): Int
  35. def renameat(olddirfd: Int, oldpath: CString, newdirdf: Int, newpath: CString): Int
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def vdprintf(fd: Int, format: CString, ap: va_list): Int
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped