object string
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- string
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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 finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def memchr(ptr: Ptr[Byte], ch: CInt, count: CSize): Ptr[Byte]
- def memcmp(lhs: Ptr[Byte], rhs: Ptr[Byte], count: CSize): CInt
- def memcpy(dest: Ptr[Byte], src: Ptr[Byte], count: CSize): Ptr[Byte]
- def memmove(dest: Ptr[Byte], src: Ptr[Byte], count: CSize): Ptr[Byte]
- def memset(dest: Ptr[Byte], ch: CInt, count: 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 strcat(dest: CString, src: CString): CString
- def strchr(str: CString, ch: CInt): CString
- def strcmp(lhs: CString, rhs: CString): CInt
- def strcoll(lhs: CString, rhs: CString): CInt
- def strcpy(dest: CString, src: CString): CString
- def strcspn(dest: CString, src: CString): CSize
- def strerror(errnum: CInt): CString
- def strlen(str: CString): CSize
- def strncat(dest: CString, src: CString, count: CSize): CString
- def strncmp(lhs: CString, rhs: CString, count: CSize): CInt
- def strncpy(dest: CString, src: CString, count: CSize): CString
- def strpbrk(dest: CString, breakset: CString): CString
- def strrchr(str: CString, ch: CInt): CString
- def strspn(dest: CString, src: CString): CSize
- def strstr(str: CString, substr: CString): CString
- def strtok(str: CString, delim: CString): CString
- def strxfrm(dest: CString, src: CString, count: CSize): CSize
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()