This is the complete list of members for IStringA, including all inherited members.
AppendChar(char ch) PURE | IStringA | |
AppendStr(const char *pszStr, int nLen DEF_VAL(-1)) PURE | IStringA | |
Assign(LPCSTR src) PURE | IStringA | |
Assign2(LPCSTR src, int nLen DEF_VAL(-1)) PURE | IStringA | |
c_str() SCONST PURE | IStringA | |
Compare(const char *psz) SCONST PURE | IStringA | |
CompareNoCase(const char *psz) SCONST PURE | IStringA | |
Copy(const IStringA *src) PURE | IStringA | |
Delete(int nIndex, int nCount) PURE | IStringA | |
Empty() PURE | IStringA | |
Find(const char *pszSub, int nStart DEF_VAL(0)) SCONST PURE | IStringA | |
FindChar(char ch, int nStart DEF_VAL(0)) SCONST PURE | IStringA | |
GetAt(int nIndex) SCONST PURE | IStringA | |
GetBuffer(int nMinBufLength DEF_VAL(-1)) PURE | IStringA | |
GetBufferSetLength(int nNewLength) PURE | IStringA | |
GetLength() SCONST PURE | IStringA | |
GetPrivData() SCONST PURE | IStringA | |
Insert(int nIndex, const char *psz) PURE | IStringA | |
InsertChar(int nIndex, char ch) PURE | IStringA | |
IsEmpty() SCONST PURE | IStringA | |
Release() PURE | IStringA | |
ReleaseBuffer(int nNewLength DEF_VAL(-1)) PURE | IStringA | |
Remove(char chRemove) PURE | IStringA | |
Replace(const char *pszOld, const char *pszNew) PURE | IStringA | |
ReplaceChar(char chOld, char chNew) PURE | IStringA | |
ReverseFind(char ch) SCONST PURE | IStringA | |
SetAt(int nIndex, char ch) PURE | IStringA | |
SetLength(int nLength) PURE | IStringA | |
ToBool() SCONST PURE | IStringA | |
ToDouble() SCONST PURE | IStringA | |
ToFloat() SCONST PURE | IStringA | |
ToInt() SCONST PURE | IStringA | |
ToLong() SCONST PURE | IStringA | |
ToLower() PURE | IStringA | |
ToUint() SCONST PURE | IStringA | |
ToUpper() PURE | IStringA | |
Trim(char chTarget DEF_VAL(VK_SPACE)) PURE | IStringA | |
TrimBlank() PURE | IStringA | |
TrimLeft(char chTarget DEF_VAL(VK_SPACE)) PURE | IStringA | |
TrimRight(char chTarget DEF_VAL(VK_SPACE)) PURE | IStringA |