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

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

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