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

The data item stored in a HashElem. More...

#include "hash.h"

Data Fields

const char * strkey
 String key.
 
unsigned int intkey
 Integer key.
 

Detailed Description

The data item stored in a HashElem.

Definition at line 33 of file hash.h.

Field Documentation

◆ strkey

const char* HashKey::strkey

String key.

Definition at line 35 of file hash.h.

◆ intkey

unsigned int HashKey::intkey

Integer key.

Definition at line 36 of file hash.h.


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