object stdlib
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stdlib
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 EXIT_FAILURE: CInt
- Annotations
- @name("scalanative_exit_failure")
- def EXIT_SUCCESS: CInt
- Annotations
- @name("scalanative_exit_success")
- def RAND_MAX: CInt
- Annotations
- @name("scalanative_rand_max")
- def _Exit(exitCode: CInt): Unit
- def abort(): Unit
- def aligned_alloc(alignment: CSize, size: CSize): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def at_quick_exit(func: CFuncPtr0[Unit]): CInt
- def atexit(func: CFuncPtr0[Unit]): CInt
- def atof(str: CString): CDouble
- def atoi(str: CString): CInt
- def atol(str: CString): CLong
- def atoll(str: CString): CLongLong
- def bsearch(key: Ptr[Byte], data: Ptr[Byte], num: CSize, size: CSize, comparator: CFuncPtr2[Ptr[Byte], Ptr[Byte], CInt]): Unit
- def calloc(num: CSize, size: CSize): Ptr[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exit(exitCode: CInt): Unit
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def free(ptr: Ptr[Byte]): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getenv(name: CString): CString
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def malloc(size: CSize): Ptr[Byte]
- 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 qsort(data: Ptr[Byte], num: CSize, size: CSize, comparator: CFuncPtr2[Ptr[Byte], Ptr[Byte], CInt]): Unit
- def quick_exit(exitCode: CInt): Unit
- def rand(): CInt
- def realloc(ptr: Ptr[Byte], newSize: CSize): Ptr[Byte]
- def realpath(file_name: CString, resolved_name: CString): CString
- def srand(seed: CUnsignedInt): Unit
- def strtod(str: CString, str_end: Ptr[CString]): CDouble
- def strtof(str: CString, str_end: Ptr[CString]): CFloat
- def strtol(str: CString, str_end: Ptr[CString], base: CInt): CLong
- def strtoll(str: CString, str_end: Ptr[CString], base: CInt): CLongLong
- def strtoul(str: CString, str_end: Ptr[CString], base: CInt): CUnsignedLong
- def strtoull(str: CString, str_end: Ptr[CString], base: CInt): CUnsignedLongLong
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def system(command: CString): CInt
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()