VHACD::CircularListElement< T > Class Template Reference

CircularListElement class. More...

#include <vhacdCircularList.h>

List of all members.

Public Member Functions

 CircularListElement (void)
 CircularListElement (const T &data)
 Constructor.
const T & GetData () const
T & GetData ()
const CircularListElement< T > *& GetNext () const
CircularListElement< T > *& GetNext ()
const CircularListElement< T > *& GetPrev () const
CircularListElement< T > *& GetPrev ()
 ~CircularListElement (void)
 Destructor.


Detailed Description

template<typename T>
class VHACD::CircularListElement< T >

CircularListElement class.

Constructor & Destructor Documentation

template<typename T>
VHACD::CircularListElement< T >::CircularListElement ( const T &  data  )  [inline]

Constructor.

template<typename T>
VHACD::CircularListElement< T >::CircularListElement ( void   )  [inline]

template<typename T>
VHACD::CircularListElement< T >::~CircularListElement ( void   )  [inline]

Destructor.


Member Function Documentation

template<typename T>
const T& VHACD::CircularListElement< T >::GetData (  )  const [inline]

template<typename T>
T& VHACD::CircularListElement< T >::GetData (  )  [inline]

template<typename T>
const CircularListElement<T>*& VHACD::CircularListElement< T >::GetNext (  )  const [inline]

template<typename T>
CircularListElement<T>*& VHACD::CircularListElement< T >::GetNext (  )  [inline]

template<typename T>
const CircularListElement<T>*& VHACD::CircularListElement< T >::GetPrev (  )  const [inline]

template<typename T>
CircularListElement<T>*& VHACD::CircularListElement< T >::GetPrev (  )  [inline]


The documentation for this class was generated from the following file: