object Platform
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Platform
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 Zone[T](fn: (Unit) => T): T
- def alloc(size: Int): Pointer
- def allocPointerToPointer: PointerToPointer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cLongToLong(cLong: NativeLong): Long
- def cSizeToLong(cSize: NativeLong): Long
- val cbkRef: Class[_ <: AnyRef]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dereferencePointerToPointer(pointer: PointerToPointer): Pointer
- val emptyCString: CString
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromCString(ptr: Pointer, charset: Charset): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getFnPtr0(fn: () => Unit): Pointer
- def getFnPtr1(fn: (Pointer) => Unit): Pointer
- def getFnPtr2(fn: (Pointer, Pointer) => Pointer): (Any, Pointer)
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def intToCLong(int: Int): NativeLong
- def intToCSize(int: Int): NativeLong
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val isNative: Boolean(false)
- val meth: Method
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def pointerToLong(pointer: Pointer): Long
- def ptrSize: Int
- def setPtrByte(ptr: Pointer, offset: Int, value: Byte): Unit
- def setPtrFnPtr(ptr: Pointer, offset: Int, value: Long): Unit
- def setPtrInt(ptr: Pointer, offset: Int, value: Int): Unit
- def setPtrLong(ptr: Pointer, offset: Int, value: Long): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def threadLocalWithInitial[T](initial: () => T): java.lang.ThreadLocal[T]
- def toCString(str: String, charset: Charset = Charset.defaultCharset()): CString
- def toCWideString[T](str: String)(fn: (WString) => T): T
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated