#include <Dictionary.h>
Public Member Functions | |
| DictionaryNode (const char *givenKey, Type givenData) | |
| ~DictionaryNode () | |
Public Attributes | |
| Type | data |
| The data object. | |
| char * | key |
| The original non-hashed key. | |
| DictionaryNode< Type > * | next |
| The pointer to the next node. | |
| DictionaryNode< Type >::DictionaryNode | ( | const char * | givenKey, | |
| Type | givenData | |||
| ) | [inline] |
| DictionaryNode< Type >::~DictionaryNode | ( | ) | [inline] |
| Type DictionaryNode< Type >::data |
The data object.
| char* DictionaryNode< Type >::key |
The original non-hashed key.
| DictionaryNode<Type>* DictionaryNode< Type >::next |
The pointer to the next node.
1.5.5