CNDP  22.08.0
hmap_kvp Struct Reference

#include <hmap.h>

Data Fields

hmap_type_t type
 
char * prefix
 
char * key
 
hmap_val_t v
 

Detailed Description

A structure used to retrieve information of a key-value-pair hmap

Definition at line 69 of file hmap.h.

Field Documentation

◆ type

hmap_type_t type

< Key-value-pair 24 bytes total 8 byte data Type of the value stored in kvp

Definition at line 70 of file hmap.h.

◆ prefix

char* prefix

Prefix string value

Definition at line 71 of file hmap.h.

◆ key

char* key

String key pointer

Definition at line 72 of file hmap.h.

◆ v

hmap_val_t v

Values stored in kvp

Definition at line 73 of file hmap.h.


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