This is the complete list of members for irr::core::string< T >, including all inherited members.
append(T character) | irr::core::string< T > | inline |
append(const string< T > &other) | irr::core::string< T > | inline |
append(const string< T > &other, s32 length) | irr::core::string< T > | inline |
c_str() const | irr::core::string< T > | inline |
equals_ignore_case(const string< T > &other) const | irr::core::string< T > | inline |
equalsn(const string< T > &other, int len) | irr::core::string< T > | inline |
equalsn(const T *str, int len) | irr::core::string< T > | inline |
erase(int index) | irr::core::string< T > | inline |
findFirst(T c) const | irr::core::string< T > | inline |
findFirstChar(T *c, int count) const | irr::core::string< T > | inline |
findFirstCharNotInList(B *c, int count) const | irr::core::string< T > | inline |
findLast(T c) const | irr::core::string< T > | inline |
findLastCharNotInList(B *c, int count) const | irr::core::string< T > | inline |
findNext(T c, s32 startPos) const | irr::core::string< T > | inline |
make_lower() | irr::core::string< T > | inline |
make_upper() | irr::core::string< T > | inline |
operator!=(const string< T > &other) const | irr::core::string< T > | inline |
operator+(const string< T > &other) | irr::core::string< T > | inline |
operator+(const B *c) | irr::core::string< T > | inline |
operator+=(T c) | irr::core::string< T > | inline |
operator+=(const string< T > &other) | irr::core::string< T > | inline |
operator+=(int i) | irr::core::string< T > | inline |
operator<(const string< T > &other) const | irr::core::string< T > | inline |
operator=(const string< T > &other) | irr::core::string< T > | inline |
operator=(const B *c) | irr::core::string< T > | inline |
operator==(const T *str) const | irr::core::string< T > | inline |
operator==(const string< T > &other) const | irr::core::string< T > | inline |
operator[](const s32 index) const | irr::core::string< T > | inline |
replace(T toReplace, T replaceWith) | irr::core::string< T > | inline |
reserve(s32 count) | irr::core::string< T > | inline |
size() const | irr::core::string< T > | inline |
string() | irr::core::string< T > | inline |
string(const string< T > &other) | irr::core::string< T > | inline |
string(int number) | irr::core::string< T > | inline |
string(const B *c, s32 lenght) | irr::core::string< T > | inline |
string(const B *c) | irr::core::string< T > | inline |
subString(s32 begin, s32 length) | irr::core::string< T > | inline |
trim() | irr::core::string< T > | inline |
~string() | irr::core::string< T > | inline |