AddHead(ListItem *) | List | [virtual] |
AddTail(ListItem *) | List | [virtual] |
AssertValid() const | CCObject | [virtual] |
cc_classCCObject | CCObject | [static] |
CCObject() | CCObject | [protected] |
CreateIndex(List *IndexedList) | List | |
CurrentSection | Preferences | [private] |
DeclarePref(TCHAR *Section, TCHAR *Pref, INT32 *PrefVar, INT32 Min=INT_MIN, INT32 Max=INT_MAX) | Preferences | |
DeclarePref(TCHAR *Section, TCHAR *Pref, UINT32 *PrefVar, UINT32 Min=0, UINT32 Max=UINT_MAX) | Preferences | |
DeclarePref(TCHAR *Section, TCHAR *Pref, double *PrefVar, double Min=DBL_MIN, double Max=DBL_MAX) | Preferences | |
DeclarePref(TCHAR *Section, TCHAR *Pref, StringBase *PrefVar) | Preferences | |
DeclareSection(TCHAR *Section, UINT32 InitialSize) | Preferences | |
Deinit() | Preferences | |
DeleteAll() | List | [virtual] |
Dump(CDumpContext &dc) const | CCObject | [virtual] |
FindItem(LISTPOS) const | List | |
FindPosition(ListItem *) const | List | |
GetCount() const | List | |
GetHead() const | List | |
GetHeadPosition() const | List | |
GetMyClass() | CCObject | [static] |
GetNext(const ListItem *) const | List | [inline] |
GetPrefDirect(TCHAR *Section, TCHAR *Pref, StringBase *pValue) | Preferences | |
GetPrefDirect(TCHAR *Section, TCHAR *Pref, PreferenceType Type, PrefData Data) | Preferences | |
GetPrefDirect(TCHAR *Section, TCHAR *Pref, INT32 *pValue) | Preferences | |
GetPrefDirect(TCHAR *Section, TCHAR *Pref, UINT32 *pValue) | Preferences | |
GetPrefDirect(TCHAR *Section, TCHAR *Pref, double *pValue) | Preferences | |
GetPrefValue(TCHAR *Section, TCHAR *Pref, INT32 *PrefVar) | Preferences | |
GetPrefValue(TCHAR *Section, TCHAR *Pref, UINT32 *PrefVar) | Preferences | |
GetPrefValue(TCHAR *Section, TCHAR *Pref, double *PrefVar) | Preferences | |
GetPrev(const ListItem *) const | List | [inline] |
GetRuntimeClass() const | CCObject | [virtual] |
GetRuntimeClassByName(LPCTSTR pClassName) | CCObject | [static] |
GetSection(TCHAR *SectionName) | Preferences | [private] |
GetTail() const | List | |
GetTailPosition() const | List | |
Init() | Preferences | |
InsertAfter(LISTPOS here, ListItem *item) | List | [virtual] |
InsertAfter(ListItem *here, ListItem *item) | List | [virtual] |
InsertBefore(LISTPOS here, ListItem *item) | List | [virtual] |
InsertBefore(ListItem *here, ListItem *item) | List | [virtual] |
IsEmpty() const | List | |
IsKindOf(const CCRuntimeClass *pClass) const | CCObject | |
List() | List | |
MemoryDump() | SimpleCCObject | [static] |
MemoryTrackAdd(void *p, LPCSTR Filename, INT32 Line) | SimpleCCObject | [static] |
OILPrefs | Preferences | [private] |
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 | |
Preferences() | Preferences | |
RemoveHead() | List | [virtual] |
RemoveItem(ListItem *) | List | [virtual] |
RemoveTail() | List | [virtual] |
SetPrefDirect(TCHAR *Section, TCHAR *Pref, const TCHAR *pValue, BOOL Force=FALSE) | Preferences | |
SetPrefDirect(TCHAR *Section, TCHAR *Pref, PreferenceType Type, PrefData Data) | Preferences | |
SetPrefDirect(TCHAR *Section, TCHAR *Pref, INT32 *pValue) | Preferences | |
SetPrefDirect(TCHAR *Section, TCHAR *Pref, UINT32 *pValue) | Preferences | |
SetPrefDirect(TCHAR *Section, TCHAR *Pref, double *pValue) | Preferences | |
SetPrefValue(TCHAR *Section, TCHAR *Pref, INT32 *PrefVar) | Preferences | |
SetPrefValue(TCHAR *Section, TCHAR *Pref, UINT32 *PrefVar) | Preferences | |
SetPrefValue(TCHAR *Section, TCHAR *Pref, double *PrefVar) | Preferences | |
WipeDangerousPrefs() | Preferences | |
WipePreferenceFile() | Preferences | |
Write() | Preferences | |
~CCObject() | CCObject | [virtual] |
~List() | List | [virtual] |
~Preferences() | Preferences | |