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

CGXPrimitiveLL Class Template Reference

#include <GXPrimitiveLL.h>

List of all members.

Public Methods

 CGXPrimitiveLL ()
 ~CGXPrimitiveLL ()
void IteratorFirst ()
bool IteratorHasMore ()
bool IteratorNext (type *pOut)
bool AddElement (type *pIn)

Protected Attributes

CGXPrimitiveLLNode< type > * m_pHead
CGXPrimitiveLLNode< type > * m_pIteratorCurrent

template<typename type>
class CGXPrimitiveLL< type >


Constructor & Destructor Documentation

template<typename type>
CGXPrimitiveLL< type >::CGXPrimitiveLL   [inline]
 

template<typename type>
CGXPrimitiveLL< type >::~CGXPrimitiveLL   [inline]
 


Member Function Documentation

template<typename type>
bool CGXPrimitiveLL< type >::AddElement type *    pIn [inline]
 

template<typename type>
void CGXPrimitiveLL< type >::IteratorFirst   [inline]
 

template<typename type>
bool CGXPrimitiveLL< type >::IteratorHasMore   [inline]
 

template<typename type>
bool CGXPrimitiveLL< type >::IteratorNext type *    pOut [inline]
 


Member Data Documentation

template<typename type>
CGXPrimitiveLLNode<type>* CGXPrimitiveLL::m_pHead [protected]
 

template<typename type>
CGXPrimitiveLLNode<type>* CGXPrimitiveLL::m_pIteratorCurrent [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu May 23 17:51:01 2002 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001