Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_hashmap_Entry_t Struct Reference

#include <le_hashmap.h>

Data Fields

le_hashmap_Link_t entryListLink
 Next entry in bucket. More...
 
const void * keyPtr
 Pointer to key data. More...
 
const void * valuePtr
 Pointer to value data. More...
 

Detailed Description

A struct to hold the data in the table

Note
This is an internal structure which should not be instantiated directly

Field Documentation

◆ entryListLink

le_hashmap_Link_t le_hashmap_Entry_t::entryListLink

Next entry in bucket.

◆ keyPtr

const void* le_hashmap_Entry_t::keyPtr

Pointer to key data.

◆ valuePtr

const void* le_hashmap_Entry_t::valuePtr

Pointer to value data.


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