ADTF  3.18.2
cStringUtil Member List

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

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