#include <wxlist.h>

Public Member Functions | |
| CGenericList (TCHAR *pName, INT iItems, BOOL bLock=TRUE, BOOL bAlert=FALSE) | |
| CGenericList (TCHAR *pName) | |
| POSITION | GetHeadPosition () const |
| POSITION | GetTailPosition () const |
| int | GetCount () const |
| OBJECT * | GetNext (POSITION &rp) const |
| OBJECT * | Get (POSITION p) const |
| OBJECT * | GetHead () const |
| OBJECT * | RemoveHead () |
| OBJECT * | RemoveTail () |
| OBJECT * | Remove (POSITION p) |
| POSITION | AddBefore (POSITION p, OBJECT *pObj) |
| POSITION | AddAfter (POSITION p, OBJECT *pObj) |
| POSITION | AddHead (OBJECT *pObj) |
| POSITION | AddTail (OBJECT *pObj) |
| BOOL | AddTail (CGenericList< OBJECT > *pList) |
| BOOL | AddHead (CGenericList< OBJECT > *pList) |
| BOOL | AddAfter (POSITION p, CGenericList< OBJECT > *pList) |
| BOOL | AddBefore (POSITION p, CGenericList< OBJECT > *pList) |
| POSITION | Find (OBJECT *pObj) const |
Definition at line 258 of file wxlist.h.
| CGenericList< OBJECT >::CGenericList | ( | TCHAR * | pName, | |
| INT | iItems, | |||
| BOOL | bLock = TRUE, |
|||
| BOOL | bAlert = FALSE | |||
| ) | [inline] |
| CGenericList< OBJECT >::CGenericList | ( | TCHAR * | pName | ) | [inline] |
| POSITION CGenericList< OBJECT >::GetHeadPosition | ( | ) | const [inline] |
Definition at line 273 of file wxlist.h.
Referenced by CCmdQueue::GetCommandDueFor(), CCmdQueue::GetDueCommand(), CCmdQueue::Insert(), CCmdQueue::Remove(), CCmdQueue::SetTimeAdvise(), CAsyncIo::~CAsyncIo(), CCmdQueue::~CCmdQueue(), and CMsgThread::~CMsgThread().
| POSITION CGenericList< OBJECT >::GetTailPosition | ( | ) | const [inline] |
| int CGenericList< OBJECT >::GetCount | ( | ) | const [inline] |
Definition at line 275 of file wxlist.h.
Referenced by CAsyncIo::EndFlush(), CCmdQueue::GetCommandDueFor(), CAsyncIo::GetDoneItem(), CCmdQueue::GetDueCommand(), CAsyncIo::GetWorkItem(), COutputQueue::IsIdle(), COutputQueue::ReceiveMultiple(), CCmdQueue::SetTimeAdvise(), and COutputQueue::~COutputQueue().
| OBJECT* CGenericList< OBJECT >::GetNext | ( | POSITION & | rp | ) | const [inline] |
Definition at line 277 of file wxlist.h.
Referenced by CCmdQueue::Insert(), CCmdQueue::Remove(), CAsyncIo::~CAsyncIo(), CCmdQueue::~CCmdQueue(), and CMsgThread::~CMsgThread().
| OBJECT* CGenericList< OBJECT >::Get | ( | POSITION | p | ) | const [inline] |
Definition at line 279 of file wxlist.h.
Referenced by CCmdQueue::GetCommandDueFor(), CCmdQueue::GetDueCommand(), CCmdQueue::Insert(), CCmdQueue::Remove(), and CCmdQueue::SetTimeAdvise().
| OBJECT* CGenericList< OBJECT >::GetHead | ( | ) | const [inline] |
| OBJECT* CGenericList< OBJECT >::RemoveHead | ( | ) | [inline] |
Definition at line 282 of file wxlist.h.
Referenced by COutputQueue::FreeSamples(), CAsyncIo::GetDoneItem(), CMsgThread::GetThreadMsg(), CAsyncIo::GetWorkItem(), and COutputQueue::ThreadProc().
| OBJECT* CGenericList< OBJECT >::RemoveTail | ( | ) | [inline] |
| OBJECT* CGenericList< OBJECT >::Remove | ( | POSITION | p | ) | [inline] |
| POSITION CGenericList< OBJECT >::AddBefore | ( | POSITION | p, | |
| OBJECT * | pObj | |||
| ) | [inline] |
| POSITION CGenericList< OBJECT >::AddAfter | ( | POSITION | p, | |
| OBJECT * | pObj | |||
| ) | [inline] |
| POSITION CGenericList< OBJECT >::AddHead | ( | OBJECT * | pObj | ) | [inline] |
| POSITION CGenericList< OBJECT >::AddTail | ( | OBJECT * | pObj | ) | [inline] |
Definition at line 290 of file wxlist.h.
Referenced by CEnumPins::CEnumPins(), CCmdQueue::Insert(), CEnumPins::Next(), CAsyncIo::PutDoneItem(), CAsyncIo::PutWorkItem(), and COutputQueue::QueueSample().
| BOOL CGenericList< OBJECT >::AddTail | ( | CGenericList< OBJECT > * | pList | ) | [inline] |
| BOOL CGenericList< OBJECT >::AddHead | ( | CGenericList< OBJECT > * | pList | ) | [inline] |
| BOOL CGenericList< OBJECT >::AddAfter | ( | POSITION | p, | |
| CGenericList< OBJECT > * | pList | |||
| ) | [inline] |
| BOOL CGenericList< OBJECT >::AddBefore | ( | POSITION | p, | |
| CGenericList< OBJECT > * | pList | |||
| ) | [inline] |
| POSITION CGenericList< OBJECT >::Find | ( | OBJECT * | pObj | ) | const [inline] |
1.5.6