#include <hash.H>
Public Methods | |
hash_node (long key, T value, hash_node< T > *next) | |
hash_node (const hash_node< T > &old) | |
hash_node () | |
hash_node< T > * | next () const |
T | data () const |
long | key () const |
void | next (hash_node< T > *n) |
void | data (T data) |
T & | data_ptr () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|