|
| | CGenericList (__in_opt LPCTSTR pName, INT iItems, BOOL bLock=TRUE, BOOL bAlert=FALSE) |
| |
| | CGenericList (__in_opt LPCTSTR pName) |
| |
| __out_opt POSITION | GetHeadPosition () const |
| |
| __out_opt POSITION | GetTailPosition () const |
| |
| int | GetCount () const |
| |
| __out OBJECT * | GetNext (__inout POSITION &rp) const |
| |
| __out_opt OBJECT * | Get (__in_opt POSITION p) const |
| |
| __out OBJECT * | GetValid (__in POSITION p) const |
| |
| __out_opt OBJECT * | GetHead () const |
| |
| __out_opt OBJECT * | RemoveHead () |
| |
| __out_opt OBJECT * | RemoveTail () |
| |
| __out_opt OBJECT * | Remove (__in_opt POSITION p) |
| |
| __out_opt POSITION | AddBefore (__in_opt POSITION p, __in OBJECT *pObj) |
| |
| __out_opt POSITION | AddAfter (__in_opt POSITION p, __in OBJECT *pObj) |
| |
| __out_opt POSITION | AddHead (__in OBJECT *pObj) |
| |
| __out_opt POSITION | AddTail (__in OBJECT *pObj) |
| |
| BOOL | AddTail (__in CGenericList< OBJECT > *pList) |
| |
| BOOL | AddHead (__in CGenericList< OBJECT > *pList) |
| |
| BOOL | AddAfter (__in_opt POSITION p, __in CGenericList< OBJECT > *pList) |
| |
| BOOL | AddBefore (__in_opt POSITION p, __in CGenericList< OBJECT > *pList) |
| |
| __out_opt POSITION | Find (__in OBJECT *pObj) const |
| |
| | CBaseList (__in_opt LPCTSTR pName, INT iItems) |
| |
| | CBaseList (__in_opt LPCTSTR pName) |
| |
| | ~CBaseList () |
| |
| void | RemoveAll () |
| |
| __out_opt POSITION | GetHeadPositionI () const |
| |
| __out_opt POSITION | GetTailPositionI () const |
| |
| int | GetCountI () const |
| |
| __out_opt POSITION | Next (__in_opt POSITION pos) const |
| |
| __out_opt POSITION | Prev (__in_opt POSITION pos) const |
| |
| BOOL | AddTail (__in CBaseList *pList) |
| |
| BOOL | AddHead (__in CBaseList *pList) |
| |
| BOOL | AddAfter (__in_opt POSITION p, __in CBaseList *pList) |
| |
| BOOL | AddBefore (__in_opt POSITION p, __in CBaseList *pList) |
| |
| BOOL | MoveToTail (__in_opt POSITION pos, __in CBaseList *pList) |
| |
| BOOL | MoveToHead (__in_opt POSITION pos, __in CBaseList *pList) |
| |
| void | Reverse () |
| |
template<class OBJECT>
class CGenericList< OBJECT >
Definition at line 500 of file wxlist.h.