Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
HashTable Struct Reference

Represents the hash table. More...

#include <hash.h>

Collaboration diagram for HashTable:

Public Attributes

Entry ** table
 
int size
 
int capacity
 

Detailed Description

Represents the hash table.

Member Data Documentation

◆ table

HashTable::table

An array of pointers to entries, representing the buckets of the hash table.

◆ size

HashTable::size

The current number of entries in the hash table.

◆ capacity

HashTable::capacity

The current capacity of the hash table (number of buckets).


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