Serious Sam's Bogus Detour  2016/06/09
Engine documentation
string Member List

This is the complete list of members for string, including all inherited members.

erase(uint32 pos, int32 count=-1)string
erase(int32 start, int32 length)string
findFirst(const string &, uint32 start=0)string
findFirstNotOf(const string &, uint32 start=0)string
findFirstOf(const string &, uint32 start=0)string
findLast(const string &, int32 start=-1)string
findLastNotOf(const string &, int32 start=-1)string
findLastOf(const string &, int32 start=-1)string
get_length()string
insert(uint32 pos, const string &other)string
insert(int32 index, string str)string
isEmpty()string
length()string
operator+(string, const string &)string
operator+(string, double)string
operator+(double, string)string
operator+(string, float)string
operator+(float, string)string
operator+(string, int64)string
operator+(int64, string)string
operator+(string, uint64)string
operator+(uint64, string)string
operator+(string, bool)string
operator+(bool, string)string
operator+=(const string &)string
operator+=(double)string
operator+=(float)string
operator+=(int64)string
operator+=(uint64)string
operator+=(bool)string
operator<(const string &)string
operator=(const string &)string
operator=(double)string
operator=(float)string
operator=(int64)string
operator=(uint64)string
operator=(bool)string
operator==(const string &)string
operator[](uint32)string
operator[](uint32)string
resize(uint32)string
set_length(uint32)string
split(const string &)string
substr(uint32 start=0, int32 count=-1)string
toLower()string
toUpper()string