LLLinkedQueueNode< DATA_TYPE > Class Template Reference

#include <lllinkedqueue.h>

Inheritance diagram for LLLinkedQueueNode< DATA_TYPE >:

Inheritance graph
[legend]
Collaboration diagram for LLLinkedQueueNode< DATA_TYPE >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLLinkedQueueNode ()
 LLLinkedQueueNode (const DATA_TYPE data)
 ~LLLinkedQueueNode ()

Public Attributes

DATA_TYPE mData
LLLinkedQueueNodemNextp
LLLinkedQueueNodemPrevp


Detailed Description

template<class DATA_TYPE>
class LLLinkedQueueNode< DATA_TYPE >

Definition at line 38 of file lllinkedqueue.h.


Constructor & Destructor Documentation

template<class DATA_TYPE>
LLLinkedQueueNode< DATA_TYPE >::LLLinkedQueueNode (  )  [inline]

Definition at line 100 of file lllinkedqueue.h.

template<class DATA_TYPE>
LLLinkedQueueNode< DATA_TYPE >::LLLinkedQueueNode ( const DATA_TYPE  data  )  [inline]

Definition at line 105 of file lllinkedqueue.h.

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

Definition at line 110 of file lllinkedqueue.h.


Member Data Documentation

template<class DATA_TYPE>
DATA_TYPE LLLinkedQueueNode< DATA_TYPE >::mData

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

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


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

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