|
htils 1
A small set of utilities for C programming.
|
A stringmap entry. More...
#include <stringmap.h>
Data Fields | |
| string * | key |
| void * | value |
| u64 | vsize |
| enum stringmap_entry_state | state |
A stringmap entry.
| key | The key of the entry. |
| value | The value of the entry. |
| state | The state of the entry. |
| string* stringmap_entry::key |
| enum stringmap_entry_state stringmap_entry::state |
| void* stringmap_entry::value |
| u64 stringmap_entry::vsize |