feisty meow concerns codebase
2.140
|
#include <hash_table.h>
Public Member Functions | |
hash_wrapper (key_type *id=NULL_POINTER, contents *data=NULL_POINTER) | |
Public Attributes | |
key_type * | _id |
contents * | _data |
Definition at line 212 of file hash_table.h.
|
inline |
Definition at line 218 of file hash_table.h.
contents* structures::hash_wrapper< key_type, contents >::_data |
Definition at line 216 of file hash_table.h.
Referenced by structures::hash_table< key_type, contents >::verify().
key_type* structures::hash_wrapper< key_type, contents >::_id |
Definition at line 215 of file hash_table.h.
Referenced by structures::hash_table< key_type, contents >::verify().