Golioth Firmware SDK
Loading...
Searching...
No Matches
zcbor_map_entry Struct Reference

#include <zcbor_utils.h>

Data Fields

struct zcbor_map_key key
 
int(* decode )(zcbor_state_t *zsd, void *value)
 
void * value
 

Detailed Description

Definition at line 31 of file zcbor_utils.h.

Field Documentation

◆ decode

int(* zcbor_map_entry::decode) (zcbor_state_t *zsd, void *value)

Definition at line 34 of file zcbor_utils.h.

◆ key

struct zcbor_map_key zcbor_map_entry::key

Definition at line 33 of file zcbor_utils.h.

◆ value

void* zcbor_map_entry::value

Definition at line 35 of file zcbor_utils.h.


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