_MakeMsg(const TCHAR *fmt...) | StringBase | |
Alloc(INT32 size) | StringBase | [virtual] |
AssertValid() const | CCObject | [virtual] |
BuildList(const TCHAR *) | StringBase | [private] |
cc_classCCObject | CCObject | [static] |
CCObject() | CCObject | [protected] |
CCvsprintf(const TCHAR *, va_list) | StringBase | [private] |
CharAt(const INT32 Index) const | StringBase | [inline] |
CompareTo(const TCHAR *other, BOOL CaseSensitive=TRUE) const | StringBase | |
CompareTo(const StringBase &other, BOOL CaseSensitive=TRUE) const | StringBase | |
ConvertToInteger(INT32 &position) const | StringBase | |
CountChar(const TCHAR tchar) | StringBase | |
CurrEx | StringBase | [private, static] |
DisableExceptionHandler(BOOL PopHandler=TRUE) | StringBase | [static] |
Dump(CDumpContext &dc) const | CCObject | [virtual] |
Empty() | StringBase | [inline] |
EnableExceptionHandler(BOOL PushNewHandler=TRUE) | StringBase | [static] |
Error class | StringBase | [friend] |
FindNextChar(INT32 position=0) const | StringBase | |
FindNextChar(TCHAR c, INT32 position=0) const | StringBase | |
FixFormat() | StringBase | [virtual] |
GetMyClass() | CCObject | [static] |
GetRuntimeClass() const | CCObject | [virtual] |
GetRuntimeClassByName(LPCTSTR pClassName) | CCObject | [static] |
IllegalIndex() const | StringBase | [inline, private] |
Init() | SimpleCCObject | [static] |
Insert(const StringBase &InsertString, INT32 Position) | StringBase | |
IsAlpha(TCHAR c) | StringBase | [inline, static] |
IsAlphaNumeric(TCHAR c) | StringBase | [inline, static] |
IsEmpty() const | StringBase | [inline] |
IsIdentical(const TCHAR *other) const | StringBase | [inline] |
IsIdentical(const StringBase &other) const | StringBase | [inline] |
IsIllegal(INT32 index) const | StringBase | [inline] |
IsKindOf(const CCRuntimeClass *pClass) const | CCObject | |
IsLegal(INT32 index) const | StringBase | [inline] |
IsLower(TCHAR c) | StringBase | [inline, static] |
IsNumeric(TCHAR c) | StringBase | [inline, static] |
IsSpace(TCHAR c) | StringBase | [inline, static] |
IsUpper(TCHAR c) | StringBase | [inline, static] |
Left(StringBase *out, UINT32 count) const | StringBase | |
length | StringBase | [protected] |
Length() const | StringBase | [inline] |
Load(UINT32 resID, UINT32 inst=0) | StringBase | |
MakeMsg(UINT32 resID...) | StringBase | |
MakePercent(INT32 Value) | StringBase | [virtual] |
MakePercent(double Value) | StringBase | [virtual] |
MakePercent(TCHAR *Value) | StringBase | [virtual] |
MaxLength() const | StringBase | [inline] |
MemoryDump() | SimpleCCObject | [static] |
MemoryTrackAdd(void *p, LPCSTR Filename, INT32 Line) | SimpleCCObject | [static] |
Mid(StringBase *out, UINT32 first, UINT32 count) const | StringBase | |
NextIndex(INT32 index) const | StringBase | [inline] |
operator const TCHAR *() const | StringBase | [inline] |
operator const wxString() const | StringBase | [inline] |
operator delete(void *p) | SimpleCCObject | |
operator new(size_t, void *p) | SimpleCCObject | [inline] |
operator new(size_t nSize) | SimpleCCObject | |
operator new(size_t nSize, LPCSTR lpszFileName, INT32 nLine) | SimpleCCObject | |
operator TCHAR *() | StringBase | [inline] |
operator wxString() | StringBase | [inline] |
operator!=(const StringBase &x, const TCHAR *y) | StringBase | [friend] |
operator!=(const StringBase &x, const StringBase &y) | StringBase | [friend] |
operator+=(const StringBase &rhs) | StringBase | [inline] |
operator+=(const TCHAR *s) | StringBase | |
operator+=(const TCHAR ch) | StringBase | |
operator<(const StringBase &x, const TCHAR *y) | StringBase | [friend] |
operator<(const StringBase &x, const StringBase &y) | StringBase | [friend] |
operator<<(std::ostream &os, const StringBase &s) | StringBase | [friend] |
operator<=(const StringBase &x, const TCHAR *y) | StringBase | [friend] |
operator<=(const StringBase &x, const StringBase &y) | StringBase | [friend] |
operator=(const StringBase &other) | StringBase | |
operator=(const TCHAR *s) | StringBase | |
operator=(const TCHAR ch) | StringBase | [inline] |
operator==(const StringBase &x, const TCHAR *y) | StringBase | [friend] |
operator==(const StringBase &x, const StringBase &y) | StringBase | [friend] |
operator>(const StringBase &x, const TCHAR *y) | StringBase | [friend] |
operator>(const StringBase &x, const StringBase &y) | StringBase | [friend] |
operator>=(const StringBase &x, const TCHAR *y) | StringBase | [friend] |
operator>=(const StringBase &x, const StringBase &y) | StringBase | [friend] |
operator>>(std::istream &is, StringBase &s) | StringBase | [friend] |
operator[](const INT32 Index) | StringBase | [inline] |
PrevIndex(INT32 index) const | StringBase | [inline] |
Remove(INT32 Position, INT32 Number) | StringBase | |
ReverseFind(TCHAR cToFind) const | StringBase | |
Right(StringBase *out, UINT32 count) const | StringBase | |
SafeCat(TCHAR *pstr1, const TCHAR *pcstr2, UINT32 nchMax) | StringBase | [static] |
SkipComma(INT32 pos=0) const | StringBase | |
SkipSpace(INT32 pos=0) const | StringBase | [inline] |
Split(StringBase *pstrStart, StringBase *pstrEnd, INT32 iSplit, BOOL fIncludeSplitChar) | StringBase | |
StringBase() | StringBase | [inline] |
StringBase(const StringBase &other) | StringBase | [inline, private] |
Sub(const StringBase &mask, UINT32 from=0, TCHAR fuzz=0) const | StringBase | |
SubWithoutCase(const StringBase &strToFind) const | StringBase | |
SwapChar(const TCHAR schar, const TCHAR rchar) | StringBase | |
TCharToNum(TCHAR c) | StringBase | [inline, private, static] |
text | StringBase | [protected] |
ThrowExceptionStack | StringBase | [private, static] |
ThrowStringException() | StringBase | [private, static] |
toLower() | StringBase | [inline] |
toTitle() | StringBase | |
toUpper() | StringBase | [inline] |
WillThrowException() | StringBase | [static] |
~CCObject() | CCObject | [virtual] |
~StringBase() | StringBase | [inline, virtual] |