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]

Definition at line 58 of file llassoclist.h.

References LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mIndex, LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mNext, and LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mValue.

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

Definition at line 65 of file llassoclist.h.

Referenced by LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::Node(), and LLAssocList< std::string, LLLinkedList< ParameterizedMotion > * >::remove().

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

Definition at line 67 of file llassoclist.h.

Referenced by LLAssocList< std::string, LLLinkedList< ParameterizedMotion > * >::length(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::Node(), and LLAssocList< std::string, LLLinkedList< ParameterizedMotion > * >::remove().

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().


The documentation for this class was generated from the following file:
Generated on Thu Jul 1 06:11:10 2010 for Second Life Viewer by  doxygen 1.4.7