Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TCString< T > Member List

This is the complete list of members for TCString< T >, including all inherited members.

Atod(const CharType *String)TCString< T >static
Atof(const CharType *String)TCString< T >static
Atoi(const CharType *String)TCString< T >static
Atoi64(const CharType *String)TCString< T >static
CharType typedefTCString< T >
GetVarArgs(CharType *Dest, SIZE_T DestSize, const CharType *&Fmt, va_list ArgPtr)TCString< T >static
IsNumeric(const CharType *Str)TCString< T >inlinestatic
IsPureAnsi(const CharType *Str)TCString< T >static
IsPureAnsi(const CharType *Str, const SIZE_T StrLen)TCString< T >static
IsPureAnsi(const CharType *Str)TCString< T >
IsPureAnsi(const CharType *Str, const SIZE_T StrLen)TCString< T >
IsPureAnsi(const CharType *Str)TCString< T >
IsPureAnsi(const CharType *Str, const SIZE_T StrLen)TCString< T >
IsPureAnsi(const CharType *Str)TCString< T >
IsPureAnsi(const CharType *Str, const SIZE_T StrLen)TCString< T >
Snprintf(CharType *Dest, int32 DestSize, const FmtType &Fmt, Types... Args)TCString< T >inlinestatic
SnprintfImpl(CharType *Dest, int32 DestSize, const CharType *Fmt,...)TCString< T >privatestatic
SnprintfImpl(CharType *Dest, int32 DestSize, const CharType *Fmt,...)TCString< T >inlineprivate
SnprintfImpl(CharType *Dest, int32 DestSize, const CharType *Fmt,...)TCString< T >inlineprivate
SnprintfImpl(CharType *Dest, int32 DestSize, const CharType *Fmt,...)TCString< T >inlineprivate
Spc(int32 NumSpaces)TCString< T >static
Sprintf(CharType *Dest, const FmtType &Fmt, Types... Args)TCString< T >inlinestatic
SprintfImpl(CharType *Dest, const CharType *Fmt,...)TCString< T >privatestatic
SprintfImpl(CharType *Dest, const CharType *Fmt,...)TCString< T >inlineprivate
SprintfImpl(CharType *Dest, const CharType *Fmt,...)TCString< T >inlineprivate
SprintfImpl(CharType *Dest, const CharType *Fmt,...)TCString< T >inlineprivate
Strcat(CharType *Dest, SIZE_T DestCount, const CharType *Src)TCString< T >static
Strcat(CharType(&Dest)[DestCount], const CharType *Src)TCString< T >inlinestatic
Strchr(const CharType *String, CharType c)TCString< T >static
Strchr(CharType *String, CharType c)TCString< T >static
Strcmp(const CharType *String1, const CharType *String2)TCString< T >static
Strcpy(CharType *Dest, SIZE_T DestCount, const CharType *Src)TCString< T >static
Strcpy(CharType(&Dest)[DestCount], const CharType *Src)TCString< T >inlinestatic
Strcspn(const CharType *String, const CharType *Mask)TCString< T >static
Strfind(const CharType *Str, const CharType *Find, bool bSkipQuotedChars=false)TCString< T >static
StrfindDelim(const CharType *Str, const CharType *Find, const CharType *Delim=LITERAL(CharType, " \t,"))TCString< T >static
Stricmp(const CharType *String1, const CharType *String2)TCString< T >static
Strifind(const CharType *Str, const CharType *Find, bool bSkipQuotedChars=false)TCString< T >static
Stristr(const CharType *Str, const CharType *Find)TCString< T >static
Stristr(CharType *Str, const CharType *Find)TCString< T >inlinestatic
Strlen(const CharType *String)TCString< T >static
Strncat(CharType *Dest, const CharType *Src, int32 MaxLen)TCString< T >inlinestatic
Strncmp(const CharType *String1, const CharType *String2, SIZE_T Count)TCString< T >static
Strncpy(CharType *Dest, const CharType *Src, int32 MaxLen)TCString< T >static
Strnicmp(const CharType *String1, const CharType *String2, SIZE_T Count)TCString< T >static
Strnistr(const CharType *Str, int32 InStrLen, const CharType *Find, int32 FindLen)TCString< T >static
Strnistr(CharType *Str, int32 InStrLen, const CharType *Find, int32 FindLen)TCString< T >inlinestatic
Strnlen(const CharType *String, SIZE_T StringSize)TCString< T >static
Strnstr(const CharType *Str, int32 InStrLen, const CharType *Find, int32 FindLen)TCString< T >static
Strnstr(CharType *Str, int32 InStrLen, const CharType *Find, int32 FindLen)TCString< T >inlinestatic
Strrchr(const CharType *String, CharType c)TCString< T >static
Strrchr(CharType *String, CharType c)TCString< T >static
Strrstr(const CharType *String, const CharType *Find)TCString< T >static
Strrstr(CharType *String, const CharType *Find)TCString< T >static
Strspn(const CharType *String, const CharType *Mask)TCString< T >static
Strstr(const CharType *String, const CharType *Find)TCString< T >static
Strstr(CharType *String, const CharType *Find)TCString< T >static
Strtoi(const CharType *Start, CharType **End, int32 Base)TCString< T >static
Strtoi64(const CharType *Start, CharType **End, int32 Base)TCString< T >static
Strtok(CharType *TokenString, const CharType *Delim, CharType **Context)TCString< T >static
Strtoui64(const CharType *Start, CharType **End, int32 Base)TCString< T >static
Strupr(CharType *Dest, SIZE_T DestCount)TCString< T >static
Strupr(CharType(&Dest)[DestCount])TCString< T >inlinestatic
Tab(int32 NumTabs)TCString< T >static
TIsCharEncodingCompatibleWithCharType typedefTCString< T >private
ToBool(const CharType *String)TCString< T >static
ToBool(const WIDECHAR *Str)TCString< T >
ToBool(const ANSICHAR *Str)TCString< T >
ToBool(const UTF8CHAR *Str)TCString< T >