Methods
-
string
opAssign(
string&
arg0
)
-
string
opAddAssign(
string&
arg0
)
-
bool
opEquals(
string&
arg0
) const
-
int
opCmp(
string&
arg0
) const
-
string
opAdd(
string&
arg0
) const
-
uint
length(
) const
-
uint
get_length(
) const
-
void
resize(
uint
arg0
)
-
uint8
opIndex(
uint
arg0
)
-
uint8
opIndex(
uint
arg0
) const
-
string
opAssign(
double
arg0
)
-
string
opAddAssign(
double
arg0
)
-
string
opAdd(
double
arg0
) const
-
string
opAdd_r(
double
arg0
) const
-
string
opAssign(
int
arg0
)
-
string
opAddAssign(
int
arg0
)
-
string
opAdd(
int64
arg0
) const
-
string
opAdd_r(
int64
arg0
) const
-
string
opAssign(
uint
arg0
)
-
string
opAddAssign(
uint
arg0
)
-
string
opAdd(
uint64
arg0
) const
-
string
opAdd_r(
uint64
arg0
) const
-
string
opAssign(
bool
arg0
)
-
string
opAddAssign(
bool
arg0
)
-
string
opAdd(
bool
arg0
) const
-
string
opAdd_r(
bool
arg0
) const
-
string
substr(
uint
arg0,
int
arg1
) const
-
int
findFirst(
string&
arg0,
uint
arg1
) const
-
int
findLast(
string&
arg0,
int
arg1
) const
-
string[]@
split(
string&
arg0
) const
-
bool
toBool(
) const
-
int
toInt(
) const
-
uint
toUint(
) const
-
float
toFloat(
) const
-
double
toDouble(
) const
-
vec3d
toVec3d(
) const
-
string
trimmed(
) const
-
string
paragraphize(
string&
parSep,
string&
lineSep,
bool
startsParagraph = false
)
-
string
replace(
string&
replace,
string&
with
)
-
string
replaced(
string&
replace,
string&
with
) const
-
bool
isWhitespace(
) const
-
bool
contains(
string&
arg0
) const
-
bool
contains_nocase(
string&
arg0
) const
-
int
findFirst_nocase(
string&
arg0,
uint
start = 0
) const
-
bool
startswith(
string&
arg0
) const
-
bool
endswith(
string&
arg0
) const
-
bool
startswith_nocase(
string&
arg0
) const
-
bool
endswith_nocase(
string&
arg0
) const
-
bool
equals(
string&
arg0,
int
start
) const
-
bool
equals(
string&
arg0,
int
start,
int
length
) const
-
bool
equals_nocase(
string&
arg0,
int
start = 0
) const
-
bool
equals_nocase(
string&
arg0,
int
start,
int
length
) const