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

Represents an entry in the hash table. More...

#include <hash.h>

Collaboration diagram for Entry:

Public Attributes

char * key
 
void * value
 
bool needs_free
 
struct Entrynext
 

Detailed Description

Represents an entry in the hash table.

Member Data Documentation

◆ key

Entry::key

The key associated with this entry.

◆ value

Entry::value

The value associated with this entry.

◆ needs_free

Entry::needs_free

A flag indicating whether the value needs to be freed when the entry is removed.

◆ next

Entry::next

A pointer to the next entry in the same bucket (for handling collisions).


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