LLDoubleLinkedNode< DATA_TYPE > Class Template Reference

#include <doublelinkedlist.h>

Collaboration diagram for LLDoubleLinkedNode< DATA_TYPE >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLDoubleLinkedNode (DATA_TYPE *data)
 ~LLDoubleLinkedNode ()
void deleteData ()
void removeData ()

Public Attributes

DATA_TYPE * mDatap
LLDoubleLinkedNodemNextp
LLDoubleLinkedNodemPrevp


Detailed Description

template<class DATA_TYPE>
class LLDoubleLinkedNode< DATA_TYPE >

Definition at line 39 of file doublelinkedlist.h.


Constructor & Destructor Documentation

template<class DATA_TYPE>
LLDoubleLinkedNode< DATA_TYPE >::LLDoubleLinkedNode ( DATA_TYPE *  data  )  [inline]

Definition at line 270 of file doublelinkedlist.h.

template<class DATA_TYPE>
LLDoubleLinkedNode< DATA_TYPE >::~LLDoubleLinkedNode (  )  [inline]

Definition at line 279 of file doublelinkedlist.h.

References llerror, and LLDoubleLinkedNode< DATA_TYPE >::mDatap.


Member Function Documentation

template<class DATA_TYPE>
void LLDoubleLinkedNode< DATA_TYPE >::deleteData (  )  [inline]

Definition at line 290 of file doublelinkedlist.h.

References LLDoubleLinkedNode< DATA_TYPE >::mDatap, and NULL.

template<class DATA_TYPE>
void LLDoubleLinkedNode< DATA_TYPE >::removeData (  )  [inline]

Definition at line 298 of file doublelinkedlist.h.

References LLDoubleLinkedNode< DATA_TYPE >::mDatap, and NULL.


Member Data Documentation

template<class DATA_TYPE>
DATA_TYPE* LLDoubleLinkedNode< DATA_TYPE >::mDatap

template<class DATA_TYPE>
LLDoubleLinkedNode* LLDoubleLinkedNode< DATA_TYPE >::mNextp

template<class DATA_TYPE>
LLDoubleLinkedNode* LLDoubleLinkedNode< DATA_TYPE >::mPrevp


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

Generated on Fri May 16 08:43:49 2008 for SecondLife by  doxygen 1.5.5