A container for hashed data. More...
Public Attributes | |
| H | word |
| The key. | |
| T | data |
| The data. | |
| HASHREC * | next |
| A pointer to the next value when in a hash table. | |
A container for hashed data.
This class is used as a container for data inserted into a HashTable. The template paramete H defines the key types, while T defines the data type.
1.6.1