#include <vhacdCircularList.h>
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. | |
| VHACD::CircularListElement< T >::CircularListElement | ( | const T & | data | ) | [inline] |
Constructor.
| VHACD::CircularListElement< T >::CircularListElement | ( | void | ) | [inline] |
| VHACD::CircularListElement< T >::~CircularListElement | ( | void | ) | [inline] |
Destructor.
| const T& VHACD::CircularListElement< T >::GetData | ( | ) | const [inline] |
| T& VHACD::CircularListElement< T >::GetData | ( | ) | [inline] |
| const CircularListElement<T>*& VHACD::CircularListElement< T >::GetNext | ( | ) | const [inline] |
| CircularListElement<T>*& VHACD::CircularListElement< T >::GetNext | ( | ) | [inline] |
| const CircularListElement<T>*& VHACD::CircularListElement< T >::GetPrev | ( | ) | const [inline] |
| CircularListElement<T>*& VHACD::CircularListElement< T >::GetPrev | ( | ) | [inline] |