parallax 1.0
command-line based task/todo manager
Loading...
Searching...
No Matches
HashMap Struct Reference

Hashmap structure. More...

#include <hashmap.h>

Public Attributes

Entry ** buckets
size_t table_size

Detailed Description

Hashmap structure.

Contains an array of Entry pointer nodes with a fixed size

Definition at line 26 of file hashmap.h.

Member Data Documentation

◆ buckets

Entry** HashMap::buckets

Array of entry pointers

Definition at line 27 of file hashmap.h.

◆ table_size

size_t HashMap::table_size

Fixed size of the hash table

Definition at line 28 of file hashmap.h.


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