The data item stored in a HashElem.
More...
#include "hash.h"
|
const char * | strkey |
| String key.
|
|
unsigned int | intkey |
| Integer key.
|
|
The data item stored in a HashElem.
Definition at line 33 of file hash.h.
◆ 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: