NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HashElem Struct Reference

The item stored in a Hash Table. More...

#include "hash.h"

+ Collaboration diagram for HashElem:

Data Fields

int type
 Type of data stored in Hash Table, e.g. DT_STRING.
 
union HashKey key
 Key representing the data.
 
void * data
 User-supplied data.
 
struct HashElemnext
 Linked List.
 

Detailed Description

The item stored in a Hash Table.

Definition at line 42 of file hash.h.

Field Documentation

◆ type

int HashElem::type

Type of data stored in Hash Table, e.g. DT_STRING.

Definition at line 44 of file hash.h.

◆ key

union HashKey HashElem::key

Key representing the data.

Definition at line 45 of file hash.h.

◆ data

void* HashElem::data

User-supplied data.

Definition at line 46 of file hash.h.

◆ next

struct HashElem* HashElem::next

Linked List.

Definition at line 47 of file hash.h.


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