ADTF
|
This is the complete list of members for cStringUtil, including all inherited members.
Compare(const tChar *str1, const tChar *str2, tSize nPos, tSize nLength) | cStringUtil | static |
Compare(const tChar *str1, const tChar *str2, tSize nLength=InvalidPos) | cStringUtil | static |
CompareNoCase(const tChar *str1, const tChar *str2, tSize nPos, tSize nLength) | cStringUtil | static |
CompareNoCase(const tChar *str1, const tChar *str2, tSize nLength=InvalidPos) | cStringUtil | static |
Copy(tChar *pstrDestination, const tChar *pstrSource, tSize nCount=InvalidPos, tSize nDestinationBufferSize=InvalidPos) | cStringUtil | static |
Delete(tChar *strString, tSize nPos, tSize nLength=InvalidPos) | cStringUtil | static |
FindFirstNotOfToken(const tChar *strString, const tChar *strTokenList, tSize szStartPos=0, tSize nLength=InvalidPos) | cStringUtil | static |
FindFirstOfToken(const tChar *strString, const tChar *strTokenList, tSize szStartPos=0, tSize nLength=InvalidPos) | cStringUtil | static |
Format(tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat,...) | cStringUtil | static |
FromType(tInt32 i32Value, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat="") | cStringUtil | static |
FromType(tUInt32 ui32Value, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat="") | cStringUtil | static |
FromType(tInt64 i64Value, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat="") | cStringUtil | static |
FromType(tUInt64 ui64Value, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat="") | cStringUtil | static |
FromType(tBool bValue, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat) | cStringUtil | static |
FromType(tFloat32 f32Value, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat) | cStringUtil | static |
FromType(tFloat64 f64Value, tChar *strBufferResult, tSize szBufferResult, const tChar *strFormat) | cStringUtil | static |
GetHash(const tChar *strToHash) | cStringUtil | static |
GetHash32(const tChar *strToHash) | cStringUtil | static |
GetLength(const tChar *pcStr) | cStringUtil | static |
GetLength(const tChar *pcStr, tSize nMaxLength) | cStringUtil | static |
HexToType(const tChar *strString, tInt64 &i64Value) | cStringUtil | static |
InvalidPos | cStringUtil | static |
IsEqual(const tChar *str1, const tChar *str2, tSize nPos, tSize nLength) | cStringUtil | static |
IsEqual(const tChar *str1, const tChar *str2, tSize nLength=InvalidPos) | cStringUtil | static |
IsEqualNoCase(const tChar *str1, const tChar *str2, tSize nPos, tSize nLength) | cStringUtil | static |
IsEqualNoCase(const tChar *str1, const tChar *str2, tSize nLength=InvalidPos) | cStringUtil | static |
IsFloat(const tChar *strToCheck) | cStringUtil | static |
IsInteger(const tChar *strToCheck, tSize nLength=InvalidPos) | cStringUtil | static |
IsNumber(tChar c) | cStringUtil | static |
IsNumeric(const tChar *strToCheck) | cStringUtil | static |
IsOneOf(tChar cValue, const tChar *strTokenList) | cStringUtil | static |
IsSymbolChar(tChar c) | cStringUtil | static |
IsWhiteChar(tChar c) | cStringUtil | static |
m_pcSafeBuffer | cStringUtil | protectedstatic |
PushFront(tChar *strDest, tSize szDestSize, const tChar *strSource, tSize nCount) | cStringUtil | static |
Repeat(tChar *strDest, tSize szDestSize, tSize nCount, tChar cCharacter) | cStringUtil | static |
RFindFirstOfToken(const tChar *strString, const tChar *strTokenList, tSize szStartPos=InvalidPos, tSize nLength=InvalidPos) | cStringUtil | static |
Scan(const tChar *strStringToScan, const tChar *sFormat,...) | cStringUtil | static |
tHashKey typedef | cStringUtil | |
tHashKey32 typedef (defined in cStringUtil) | cStringUtil | |
ToType(const tChar *strString, tInt32 &i32Value) | cStringUtil | static |
ToType(const tChar *strString, tUInt32 &ui32Value) | cStringUtil | static |
ToType(const tChar *strString, tInt64 &i64Value) | cStringUtil | static |
ToType(const tChar *strString, tUInt64 &ui64Value) | cStringUtil | static |
ToType(const tChar *strString, tFloat64 &f64Value) | cStringUtil | static |
ToType(const tChar *strString, tFloat32 &f32Value) | cStringUtil | static |
ToType(const tChar *strString, tBool &bBool) | cStringUtil | static |
TrimFunc(tChar *strStringBuffer, tSize nBufferLength, const tBool bLeft, const tBool bRight, const tBool bNumeric) | cStringUtil | static |