#include <wxlist.h>
Public Member Functions | |
| CNodeCache (INT iCacheSize) | |
| ~CNodeCache () | |
| void | AddToCache (CNode *pNode) |
| CNode * | RemoveFromCache () |
Private Attributes | |
| INT | m_iCacheSize |
| INT | m_iUsed |
| CNode * | m_pHead |
Definition at line 65 of file wxlist.h.
| CBaseList::CNodeCache::CNodeCache | ( | INT | iCacheSize | ) | [inline] |
| CBaseList::CNodeCache::~CNodeCache | ( | ) | [inline] |
| void CBaseList::CNodeCache::AddToCache | ( | CNode * | pNode | ) | [inline] |
Definition at line 80 of file wxlist.h.
References CBaseList::CNode::SetNext().
Referenced by CBaseList::RemoveI().
| CNode* CBaseList::CNodeCache::RemoveFromCache | ( | ) | [inline] |
Definition at line 90 of file wxlist.h.
References ASSERT, CBaseList::CNode::Next(), and NULL.
Referenced by CBaseList::AddAfterI(), CBaseList::AddBeforeI(), CBaseList::AddHeadI(), and CBaseList::AddTailI().
INT CBaseList::CNodeCache::m_iCacheSize [private] |
INT CBaseList::CNodeCache::m_iUsed [private] |
CNode* CBaseList::CNodeCache::m_pHead [private] |
1.5.6