TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
double_hashing::Entry Struct Reference

Public Member Functions

 Entry (int key=notPresent)
 constructor
 

Public Attributes

int key
 key value
 

Detailed Description

Node object that holds key

Definition at line 36 of file double_hash_hash_table.cpp.

Constructor & Destructor Documentation

◆ Entry()

double_hashing::Entry::Entry ( int key = notPresent)
inlineexplicit

constructor

Definition at line 37 of file double_hash_hash_table.cpp.

Member Data Documentation

◆ key

int double_hashing::Entry::key

key value

Definition at line 38 of file double_hash_hash_table.cpp.


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