#include <include/EST_THash.h>

Public Attributes | |
| K | k |
| The key. | |
| V | v |
| The value. | |
Friends | |
| class | EST_THash< K, V > |
| The hash table must be a friend so it can see the pointer. | |
This class is used in hash tables to hold a key value pair. Not much to say beyond that.
Definition at line 75 of file EST_THash.h.