le_hashmap_Entry_t Struct Reference
#include <le_hashmap.h>
Data Fields | |
| le_hashmap_Link_t | entryListLink |
| Next entry in bucket. | |
| const void * | keyPtr |
| Pointer to key data. | |
| const void * | valuePtr |
| Pointer to value data. | |
Detailed Description
A struct to hold the data in the table
- Note
- This is an internal structure which should not be instantiated directly
The documentation for this struct was generated from the following file:
