append(T character) | jpp::core::string< T, TAlloc > | inline |
append(const T *const other, u32 length=0xffffffff) | jpp::core::string< T, TAlloc > | inline |
append(const string< T, TAlloc > &other) | jpp::core::string< T, TAlloc > | inline |
append(const string< T, TAlloc > &other, u32 length) | jpp::core::string< T, TAlloc > | inline |
char_type typedef (defined in jpp::core::string< T, TAlloc >) | jpp::core::string< T, TAlloc > | |
clear(bool releaseMemory=true) (defined in jpp::core::string< T, TAlloc >) | jpp::core::string< T, TAlloc > | inline |
data() const | jpp::core::string< T, TAlloc > | inline |
empty() const | jpp::core::string< T, TAlloc > | inline |
equals_ignore_case(const string< T, TAlloc > &other) const | jpp::core::string< T, TAlloc > | inline |
equals_substring_ignore_case(const string< T, TAlloc > &other, const s32 sourcePos=0) const | jpp::core::string< T, TAlloc > | inline |
equalsn(const string< T, TAlloc > &other, u32 n) const | jpp::core::string< T, TAlloc > | inline |
equalsn(const T *const str, u32 n) const | jpp::core::string< T, TAlloc > | inline |
erase(u32 index) | jpp::core::string< T, TAlloc > | inline |
eraseTrailingFloatZeros(char decimalPoint='.') | jpp::core::string< T, TAlloc > | inline |
find(const B *const str, const u32 start=0) const | jpp::core::string< T, TAlloc > | inline |
findFirst(T c) const | jpp::core::string< T, TAlloc > | inline |
findFirstChar(const T *const c, u32 count=1) const | jpp::core::string< T, TAlloc > | inline |
findFirstCharNotInList(const B *const c, u32 count=1) const | jpp::core::string< T, TAlloc > | inline |
findLast(T c, s32 start=-1) const | jpp::core::string< T, TAlloc > | inline |
findLastChar(const T *const c, u32 count=1) const | jpp::core::string< T, TAlloc > | inline |
findLastCharNotInList(const B *const c, u32 count=1) const | jpp::core::string< T, TAlloc > | inline |
findNext(T c, u32 startPos) const | jpp::core::string< T, TAlloc > | inline |
insert(u32 pos, const char *s, u32 n) | jpp::core::string< T, TAlloc > | inline |
lastChar() const | jpp::core::string< T, TAlloc > | inline |
lower_ignore_case(const string< T, TAlloc > &other) const | jpp::core::string< T, TAlloc > | inline |
make_lower() | jpp::core::string< T, TAlloc > | inline |
make_upper() | jpp::core::string< T, TAlloc > | inline |
multibyteToWString | jpp::core::string< T, TAlloc > | friend |
operator std::basic_string< T >() const | jpp::core::string< T, TAlloc > | inlineexplicit |
operator!=(const T *const str) const | jpp::core::string< T, TAlloc > | inline |
operator!=(const string< T, TAlloc > &other) const | jpp::core::string< T, TAlloc > | inline |
operator+(const string< T, TAlloc > &other) const | jpp::core::string< T, TAlloc > | inline |
operator+(const B *const c) const | jpp::core::string< T, TAlloc > | inline |
operator+=(T c) | jpp::core::string< T, TAlloc > | inline |
operator+=(const T *const c) | jpp::core::string< T, TAlloc > | inline |
operator+=(const string< T, TAlloc > &other) | jpp::core::string< T, TAlloc > | inline |
operator+=(const int i) | jpp::core::string< T, TAlloc > | inline |
operator+=(const unsigned int i) | jpp::core::string< T, TAlloc > | inline |
operator+=(const long i) | jpp::core::string< T, TAlloc > | inline |
operator+=(const unsigned long i) | jpp::core::string< T, TAlloc > | inline |
operator+=(const double i) | jpp::core::string< T, TAlloc > | inline |
operator+=(const float i) | jpp::core::string< T, TAlloc > | inline |
operator<(const string< T, TAlloc > &other) const | jpp::core::string< T, TAlloc > | inline |
operator=(const string< T, TAlloc > &other) | jpp::core::string< T, TAlloc > | inline |
operator=(const string< B, A > &other) | jpp::core::string< T, TAlloc > | inline |
operator=(const B *const c) | jpp::core::string< T, TAlloc > | inline |
operator==(const T *const str) const | jpp::core::string< T, TAlloc > | inline |
operator==(const string< T, TAlloc > &other) const | jpp::core::string< T, TAlloc > | inline |
operator[](const u32 index) | jpp::core::string< T, TAlloc > | inline |
operator[](const u32 index) const | jpp::core::string< T, TAlloc > | inline |
remove(T c) | jpp::core::string< T, TAlloc > | inline |
remove(const string< T, TAlloc > &toRemove) | jpp::core::string< T, TAlloc > | inline |
removeChars(const string< T, TAlloc > &characters) | jpp::core::string< T, TAlloc > | inline |
replace(T toReplace, T replaceWith) | jpp::core::string< T, TAlloc > | inline |
replace(const string< T, TAlloc > &toReplace, const string< T, TAlloc > &replaceWith) | jpp::core::string< T, TAlloc > | inline |
reserve(u32 count) | jpp::core::string< T, TAlloc > | inline |
size() const | jpp::core::string< T, TAlloc > | inline |
split(container &ret, const T *const delimiter, u32 countDelimiters=1, bool ignoreEmptyTokens=true, bool keepSeparators=false) const | jpp::core::string< T, TAlloc > | inline |
str() const | jpp::core::string< T, TAlloc > | inline |
string() | jpp::core::string< T, TAlloc > | inline |
string(const string< T, TAlloc > &other) | jpp::core::string< T, TAlloc > | inline |
string(const string< B, A > &other) | jpp::core::string< T, TAlloc > | inline |
string(const double number) | jpp::core::string< T, TAlloc > | inlineexplicit |
string(int number) | jpp::core::string< T, TAlloc > | inlineexplicit |
string(unsigned int number) | jpp::core::string< T, TAlloc > | inlineexplicit |
string(long number) | jpp::core::string< T, TAlloc > | inlineexplicit |
string(unsigned long number) | jpp::core::string< T, TAlloc > | inlineexplicit |
string(const B *const c, u32 length) | jpp::core::string< T, TAlloc > | inline |
string(const B *const c) | jpp::core::string< T, TAlloc > | inline |
subString(u32 begin, s32 length, bool make_lower=false) const | jpp::core::string< T, TAlloc > | inline |
trim(const string< T, TAlloc > &whitespace=" \t\n\r") | jpp::core::string< T, TAlloc > | inline |
validate() | jpp::core::string< T, TAlloc > | inline |
~string() | jpp::core::string< T, TAlloc > | inline |