Packages

object stdlib

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

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 EXIT_FAILURE: CInt
    Annotations
    @name("scalanative_exit_failure")
  5. def EXIT_SUCCESS: CInt
    Annotations
    @name("scalanative_exit_success")
  6. def RAND_MAX: CInt
    Annotations
    @name("scalanative_rand_max")
  7. def _Exit(exitCode: CInt): Unit
  8. def abort(): Unit
  9. def aligned_alloc(alignment: CSize, size: CSize): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def at_quick_exit(func: CFuncPtr0[Unit]): CInt
  12. def atexit(func: CFuncPtr0[Unit]): CInt
  13. def atof(str: CString): CDouble
  14. def atoi(str: CString): CInt
  15. def atol(str: CString): CLong
  16. def atoll(str: CString): CLongLong
  17. def bsearch(key: Ptr[Byte], data: Ptr[Byte], num: CSize, size: CSize, comparator: CFuncPtr2[Ptr[Byte], Ptr[Byte], CInt]): Unit
  18. def calloc(num: CSize, size: CSize): Ptr[Byte]
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def exit(exitCode: CInt): Unit
  23. def free(ptr: Ptr[Byte]): Unit
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def getenv(name: CString): CString
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def malloc(size: CSize): Ptr[Byte]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def qsort(data: Ptr[Byte], num: CSize, size: CSize, comparator: CFuncPtr2[Ptr[Byte], Ptr[Byte], CInt]): Unit
  33. def quick_exit(exitCode: CInt): Unit
  34. def rand(): CInt
  35. def realloc(ptr: Ptr[Byte], newSize: CSize): Ptr[Byte]
  36. def realpath(file_name: CString, resolved_name: CString): CString
  37. def srand(seed: CUnsignedInt): Unit
  38. def strtod(str: CString, str_end: Ptr[CString]): CDouble
  39. def strtof(str: CString, str_end: Ptr[CString]): CFloat
  40. def strtol(str: CString, str_end: Ptr[CString], base: CInt): CLong
  41. def strtoll(str: CString, str_end: Ptr[CString], base: CInt): CLongLong
  42. def strtoul(str: CString, str_end: Ptr[CString], base: CInt): CUnsignedLong
  43. def strtoull(str: CString, str_end: Ptr[CString], base: CInt): CUnsignedLongLong
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def system(command: CString): CInt
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped