Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CListContainer Class Template Reference

List container class. More...

#include <CList.h>

List of all members.

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 >


Detailed Description

template<class ObjectType>
class CListContainer< ObjectType >

List container class.


Constructor & Destructor Documentation

template<class ObjectType>
CListContainer< ObjectType >::CListContainer ObjectType *   pTmp [inline]
 

template<class ObjectType>
CListContainer< ObjectType >::~CListContainer   [inline]
 


Member Function Documentation

template<class ObjectType>
CListContainer* CListContainer< ObjectType >::getNext   [inline]
 

template<class ObjectType>
ObjectType* CListContainer< ObjectType >::getObject   [inline]
 

template<class ObjectType>
CListContainer* CListContainer< ObjectType >::getPrev   [inline]
 

template<class ObjectType>
void CListContainer< ObjectType >::setNext CListContainer< ObjectType > *   pTmp [inline, protected]
 

template<class ObjectType>
void CListContainer< ObjectType >::setPrev CListContainer< ObjectType > *   pTmp [inline, protected]
 


Friends And Related Function Documentation

template<class ObjectType>
friend class CList< ObjectType > [friend]
 


Member Data Documentation

template<class ObjectType>
CListContainer* CListContainer::m_pNext [protected]
 

template<class ObjectType>
ObjectType* const CListContainer::m_pObject [protected]
 

template<class ObjectType>
CListContainer* CListContainer::m_pPrev [protected]
 


The documentation for this class was generated from the following file:
Generated at Thu Oct 4 17:17:29 2001 for QGLViewer by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001