#include <wxlist.h>
Definition at line 64 of file wxlist.h.
◆ CBaseList() [1/2]
| CBaseList::CBaseList |
( |
__in_opt LPCTSTR |
pName, |
|
|
INT |
iItems |
|
) |
| |
◆ CBaseList() [2/2]
| CBaseList::CBaseList |
( |
__in_opt LPCTSTR |
pName | ) |
|
◆ ~CBaseList()
| CBaseList::~CBaseList |
( |
| ) |
|
◆ AddAfter()
◆ AddAfterI()
| __out_opt POSITION CBaseList::AddAfterI |
( |
__in_opt POSITION |
p, |
|
|
__in void * |
pObj |
|
) |
| |
|
protected |
◆ AddBefore()
◆ AddBeforeI()
| __out_opt POSITION CBaseList::AddBeforeI |
( |
__in_opt POSITION |
p, |
|
|
__in void * |
pObj |
|
) |
| |
|
protected |
◆ AddHead()
| BOOL CBaseList::AddHead |
( |
__in CBaseList * |
pList | ) |
|
◆ AddHeadI()
| __out_opt POSITION CBaseList::AddHeadI |
( |
__in void * |
pObj | ) |
|
|
protected |
◆ AddTail()
| BOOL CBaseList::AddTail |
( |
__in CBaseList * |
pList | ) |
|
◆ AddTailI()
| __out_opt POSITION CBaseList::AddTailI |
( |
__in void * |
pObj | ) |
|
|
protected |
◆ FindI()
| __out_opt POSITION CBaseList::FindI |
( |
__in void * |
pObj | ) |
const |
|
protected |
◆ GetCountI()
| int CBaseList::GetCountI |
( |
| ) |
const |
◆ GetHeadPositionI()
| __out_opt POSITION CBaseList::GetHeadPositionI |
( |
| ) |
const |
◆ GetI()
| __out_opt void * CBaseList::GetI |
( |
__in_opt POSITION |
p | ) |
const |
|
protected |
◆ GetNextI()
| __out void * CBaseList::GetNextI |
( |
__inout POSITION & |
rp | ) |
const |
|
protected |
◆ GetTailPositionI()
| __out_opt POSITION CBaseList::GetTailPositionI |
( |
| ) |
const |
◆ GetValidI()
| __out void * CBaseList::GetValidI |
( |
__in POSITION |
p | ) |
const |
|
protected |
◆ MoveToHead()
◆ MoveToTail()
◆ Next()
◆ Prev()
◆ RemoveAll()
| void CBaseList::RemoveAll |
( |
| ) |
|
◆ RemoveHeadI()
| __out_opt void * CBaseList::RemoveHeadI |
( |
| ) |
|
|
protected |
◆ RemoveI()
| __out_opt void * CBaseList::RemoveI |
( |
__in_opt POSITION |
p | ) |
|
|
protected |
◆ RemoveTailI()
| __out_opt void * CBaseList::RemoveTailI |
( |
| ) |
|
|
protected |
◆ Reverse()
| void CBaseList::Reverse |
( |
| ) |
|
◆ m_Count
◆ m_pFirst
| CNode* CBaseList::m_pFirst |
|
protected |
◆ m_pLast
| CNode* CBaseList::m_pLast |
|
protected |
The documentation for this class was generated from the following files:
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/wxlist.h
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/wxlist.cpp