|
| 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 |
|
| CBaseList (TCHAR *pName, INT iItems) |
|
| CBaseList (TCHAR *pName) |
|
void | RemoveAll () |
|
POSITION | GetHeadPositionI () const |
|
POSITION | GetTailPositionI () const |
|
int | GetCountI () const |
|
POSITION | Next (POSITION pos) const |
|
POSITION | Prev (POSITION pos) const |
|
BOOL | AddTail (CBaseList *pList) |
|
BOOL | AddHead (CBaseList *pList) |
|
BOOL | AddAfter (POSITION p, CBaseList *pList) |
|
BOOL | AddBefore (POSITION p, CBaseList *pList) |
|
BOOL | MoveToTail (POSITION pos, CBaseList *pList) |
|
BOOL | MoveToHead (POSITION pos, CBaseList *pList) |
|
void | Reverse () |
|
The documentation for this class was generated from the following file:
- Client/trunk/ParaEngineClient/Engine/Obsoleted/Video/wxlist.h