soui 5.0.0.1
 
Loading...
Searching...
No Matches
IStringW Member List

This is the complete list of members for IStringW, including all inherited members.

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