#include <hash.h>
Public Member Functions | |
| ~HashedStore (void) throw () | |
| Destructor clears assigned memory pool. | |
Private Member Functions | |
| HashedStore (const HashedStore &) | |
| No copy constructs. | |
| HashedStore & | operator= (const HashedStore &) |
| No assignments. | |
Private Attributes | |
| ContinuousPool< _Type > | _memory_pool |
| Continuous pool serves as a store for _Type instances. | |
| _hash_table_t | _hash_table |
| Hash table is used to quickly gain _Type pointer to key. | |
Definition at line 37 of file hash.h.
1.5.5