SigV4  v1.0.0
SigV4 Library for AWS Authentication
SigV4KeyValuePair_t Struct Reference

A key-value pair data structure that allows for sorting of SigV4 string values using internal comparison functions, and provides additional stability to quickSort(), to comply with Misra rule 21.9. More...

#include <sigv4_internal.h>

Data Fields

SigV4ConstString_t key
 
SigV4ConstString_t value
 

Detailed Description

A key-value pair data structure that allows for sorting of SigV4 string values using internal comparison functions, and provides additional stability to quickSort(), to comply with Misra rule 21.9.

Field Documentation

◆ key

SigV4ConstString_t SigV4KeyValuePair_t::key

SigV4 string identifier

◆ value

SigV4ConstString_t SigV4KeyValuePair_t::value

SigV4 data


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