, including all inherited members.
| AllocBuffer(int len, bool keep_contents) | STR_String | [protected] |
| Capitalize() | STR_String | |
| Clear() | STR_String | [inline] |
| Compare(rcSTR_String rhs) const | STR_String | |
| CompareNoCase(rcSTR_String rhs) const | STR_String | |
| Concat(const char *data, int len) | STR_String | [protected] |
| Copy(const char *src, int len) | STR_String | [protected] |
| Explode(char c) const | STR_String | |
| Find(char c, int pos=0) const | STR_String | |
| Find(const char *str, int pos=0) const | STR_String | |
| Find(rcSTR_String str, int pos=0) const | STR_String | |
| FindOneOf(const char *set, int pos=0) const | STR_String | |
| Format(const char *fmt,...) | STR_String | |
| FormatAdd(const char *fmt,...) | STR_String | |
| GetAt(int pos) const | STR_String | [inline] |
| IsEmpty() const | STR_String | [inline] |
| IsEqual(rcSTR_String rhs) const | STR_String | [inline] |
| IsEqualNoCase(rcSTR_String rhs) const | STR_String | [inline] |
| IsLower() const | STR_String | |
| isLower(char c) | STR_String | [inline, protected, static] |
| isSpace(char c) | STR_String | [inline, protected, static] |
| IsUpper() const | STR_String | |
| isUpper(char c) | STR_String | [inline, protected, static] |
| Left(int num) const | STR_String | [inline] |
| Len | STR_String | [protected] |
| Length() const | STR_String | [inline] |
| Lower() | STR_String | |
| Max | STR_String | [protected] |
| Mid(int pos, int num=INT_MAX) const | STR_String | [inline] |
| operator const char *() const | STR_String | [inline] |
| operator!=(rcSTR_String lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator!=(rcSTR_String lhs, const char *rhs) | STR_String | [friend] |
| operator!=(const char *lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator+=(const char *rhs) | STR_String | [inline] |
| operator+=(rcSTR_String rhs) | STR_String | [inline] |
| operator+=(char rhs) | STR_String | [inline] |
| operator<(rcSTR_String lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator<(rcSTR_String lhs, const char *rhs) | STR_String | [friend] |
| operator<(const char *lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator<=(rcSTR_String lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator<=(rcSTR_String lhs, const char *rhs) | STR_String | [friend] |
| operator<=(const char *lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator=(const byte *rhs) | STR_String | [inline] |
| operator=(rcSTR_String rhs) | STR_String | [inline] |
| operator=(char rhs) | STR_String | [inline] |
| operator=(const char *rhs) | STR_String | [inline] |
| operator==(rcSTR_String lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator==(rcSTR_String lhs, const char *rhs) | STR_String | [friend] |
| operator==(const char *lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator>(rcSTR_String lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator>(rcSTR_String lhs, const char *rhs) | STR_String | [friend] |
| operator>(const char *lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator>=(rcSTR_String lhs, rcSTR_String rhs) | STR_String | [friend] |
| operator>=(rcSTR_String lhs, const char *rhs) | STR_String | [friend] |
| operator>=(const char *lhs, rcSTR_String rhs) | STR_String | [friend] |
| pData | STR_String | [protected] |
| Ptr() | STR_String | [inline] |
| ReadPtr() const | STR_String | [inline] |
| Replace(int pos, rcSTR_String str) | STR_String | |
| Replace(int pos, int num, rcSTR_String str) | STR_String | |
| Reverse() | STR_String | [inline] |
| RFind(char c) const | STR_String | |
| RFindOneOf(const char *set, int pos=0) const | STR_String | |
| Right(int num) const | STR_String | [inline] |
| SetAt(int pos, char c) | STR_String | [inline] |
| SetAt(int pos, rcSTR_String str) | STR_String | [inline] |
| SetAt(int pos, int num, rcSTR_String str) | STR_String | [inline] |
| SetLength(int len) | STR_String | [inline] |
| STR_String() | STR_String | |
| STR_String(char c) | STR_String | |
| STR_String(char c, int len) | STR_String | |
| STR_String(const char *str) | STR_String | |
| STR_String(const char *str, int len) | STR_String | |
| STR_String(const STR_String &str) | STR_String | |
| STR_String(const STR_String &str, int len) | STR_String | |
| STR_String(const char *src1, int src1_len, const char *src2, int src2_len) | STR_String | |
| STR_String(int val) | STR_String | [explicit] |
| STR_String(dword val) | STR_String | [explicit] |
| STR_String(float val) | STR_String | [explicit] |
| STR_String(double val) | STR_String | [explicit] |
| ToFloat() const | STR_String | [inline] |
| ToInt() const | STR_String | [inline] |
| Trim() | STR_String | |
| Trim(char *set) | STR_String | |
| TrimLeft() | STR_String | |
| TrimLeft(char *set) | STR_String | |
| TrimQuotes() | STR_String | |
| TrimRight() | STR_String | |
| TrimRight(char *set) | STR_String | |
| Upper() | STR_String | |
| ~STR_String() | STR_String | [inline] |