
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< INDEX_TYPE, VALUE_TYPE >::remove().
| 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().
| Node* LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::mNext |
Definition at line 67 of file llassoclist.h.
Referenced by LLAssocList< INDEX_TYPE, VALUE_TYPE >::addToTail(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::getIndex(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::getIndexAt(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::getValue(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::getValueAt(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::length(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::Node::Node(), LLAssocList< INDEX_TYPE, VALUE_TYPE >::remove(), and LLAssocList< INDEX_TYPE, VALUE_TYPE >::removeAll().
1.5.5