LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node Class Reference

Collaboration diagram for LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Node (const INDEX_TYPE &index, const VALUE_TYPE &value, Node *next)
 ~Node ()

Public Attributes

INDEX_TYPE mIndex
VALUE_TYPE mValue
NodemNext


Detailed Description

template<class INDEX_TYPE, class VALUE_TYPE>
class LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node

Definition at line 55 of file llassoclist.h.


Constructor & Destructor Documentation

template<class INDEX_TYPE, class VALUE_TYPE>
LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::Node ( const INDEX_TYPE &  index,
const VALUE_TYPE &  value,
Node next 
) [inline]

template<class INDEX_TYPE, class VALUE_TYPE>
LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::~Node (  )  [inline]

Definition at line 64 of file llassoclist.h.


Member Data Documentation

template<class INDEX_TYPE, class VALUE_TYPE>
INDEX_TYPE LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mIndex

template<class INDEX_TYPE, class VALUE_TYPE>
VALUE_TYPE LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mValue

Definition at line 66 of file llassoclist.h.

Referenced by LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::Node().

template<class INDEX_TYPE, class VALUE_TYPE>
Node* LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mNext


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

Generated on Fri May 16 08:39:11 2008 for SecondLife by  doxygen 1.5.5