Public Member Functions | |
Node (const INDEX_TYPE &index, const VALUE_TYPE &value, Node *next) | |
~Node () | |
Public Attributes | |
INDEX_TYPE | mIndex |
VALUE_TYPE | mValue |
Node * | mNext |
Definition at line 55 of file llassoclist.h.
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.
LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::~Node | ( | ) | [inline] |
Definition at line 64 of file llassoclist.h.
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().
Node* LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mNext |
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().