#include <CList.h>
Public Member Functions | |
CListContainer (ObjectType *pTmp) | |
~CListContainer () | |
CListContainer * | getNext () |
CListContainer * | getPrev () |
ObjectType * | getObject () |
Protected Member Functions | |
void | setNext (CListContainer *pTmp) |
void | setPrev (CListContainer *pTmp) |
Protected Attributes | |
CListContainer * | m_pNext |
CListContainer * | m_pPrev |
ObjectType *const | m_pObject |
Friends | |
class | CList< ObjectType > |
CListContainer< ObjectType >::CListContainer | ( | ObjectType * | pTmp | ) | [inline] |
CListContainer< ObjectType >::~CListContainer | ( | ) | [inline] |
CListContainer* CListContainer< ObjectType >::getNext | ( | ) | [inline] |
ObjectType* CListContainer< ObjectType >::getObject | ( | ) | [inline] |
CListContainer* CListContainer< ObjectType >::getPrev | ( | ) | [inline] |
void CListContainer< ObjectType >::setNext | ( | CListContainer< ObjectType > * | pTmp | ) | [inline, protected] |
void CListContainer< ObjectType >::setPrev | ( | CListContainer< ObjectType > * | pTmp | ) | [inline, protected] |
friend class CList< ObjectType > [friend] |
CListContainer* CListContainer< ObjectType >::m_pNext [protected] |
ObjectType* const CListContainer< ObjectType >::m_pObject [protected] |
CListContainer* CListContainer< ObjectType >::m_pPrev [protected] |