#include <CList.h>
Public Methods | |
CListContainer (ObjectType *pTmp) | |
~CListContainer () | |
CListContainer * | getNext () |
CListContainer * | getPrev () |
ObjectType * | getObject () |
Protected Methods | |
void | setNext (CListContainer *pTmp) |
void | setPrev (CListContainer *pTmp) |
Protected Attributes | |
CListContainer * | m_pNext |
CListContainer * | m_pPrev |
ObjectType *const | m_pObject |
Friends | |
class | CList< ObjectType > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|