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 34 of file hash.h.
◆ strkey
| const char* HashKey::strkey |
String key.
Definition at line 36 of file hash.h.
◆ intkey
| unsigned int HashKey::intkey |
Integer key.
Definition at line 37 of file hash.h.
The documentation for this union was generated from the following file: