string

@extern
object string
class Object
trait Matchable
class Any
string.type

Value members

Inherited methods

def memchr(ptr: CVoidPtr, ch: CInt, count: CSize): Ptr[Byte]
Inherited from:
string (hidden)
def memcmp(lhs: CVoidPtr, rhs: CVoidPtr, count: CSize): CInt
Inherited from:
string (hidden)
def memcpy[T](dest: Ptr[T], src: CVoidPtr, count: CSize): Ptr[T]
Inherited from:
string (hidden)
def memmove[T](dest: Ptr[T], src: CVoidPtr, count: CSize): Ptr[T]
Inherited from:
string (hidden)
def memset[T](dest: Ptr[T], ch: CInt, count: CSize): Ptr[T]
Inherited from:
string (hidden)
def strcat(dest: CString, src: CString): CString
Inherited from:
string (hidden)
def strchr(str: CString, ch: CInt): CString
Inherited from:
string (hidden)
def strcmp(lhs: CString, rhs: CString): CInt
Inherited from:
string (hidden)
def strcoll(lhs: CString, rhs: CString): CInt
Inherited from:
string (hidden)
def strcpy(dest: CString, src: CString): CString
Inherited from:
string (hidden)
def strcspn(dest: CString, src: CString): CSize
Inherited from:
string (hidden)
def strerror(errnum: CInt): CString
Inherited from:
string (hidden)
def strlen(str: CString): CSize
Inherited from:
string (hidden)
def strncat(dest: CString, src: CString, count: CSize): CString
Inherited from:
string (hidden)
def strncmp(lhs: CString, rhs: CString, count: CSize): CInt
Inherited from:
string (hidden)
def strncpy(dest: CString, src: CString, count: CSize): CString
Inherited from:
string (hidden)
def strpbrk(dest: CString, breakset: CString): CString
Inherited from:
string (hidden)
def strrchr(str: CString, ch: CInt): CString
Inherited from:
string (hidden)
def strspn(dest: CString, src: CString): CSize
Inherited from:
string (hidden)
def strstr(str: CString, substr: CString): CString
Inherited from:
string (hidden)
def strtok(str: CString, delim: CString): CString
Inherited from:
string (hidden)
def strxfrm(dest: CString, src: CString, count: CSize): CSize
Inherited from:
string (hidden)