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