feisty meow concerns codebase  2.140
structures::hash_wrapper< key_type, contents > Class Template Reference

#include <hash_table.h>

Inheritance diagram for structures::hash_wrapper< key_type, contents >:
Collaboration diagram for structures::hash_wrapper< key_type, contents >:

Public Member Functions

 hash_wrapper (key_type *id=NULL_POINTER, contents *data=NULL_POINTER)
 

Public Attributes

key_type * _id
 
contents * _data
 

Detailed Description

template<class key_type, class contents>
class structures::hash_wrapper< key_type, contents >

Definition at line 212 of file hash_table.h.

Constructor & Destructor Documentation

◆ hash_wrapper()

template<class key_type , class contents >
structures::hash_wrapper< key_type, contents >::hash_wrapper ( key_type *  id = NULL_POINTER,
contents *  data = NULL_POINTER 
)
inline

Definition at line 218 of file hash_table.h.

Member Data Documentation

◆ _data

template<class key_type , class contents >
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().

◆ _id

template<class key_type , class contents >
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().


The documentation for this class was generated from the following file: