Detailed Description
Array of evidence key value pairs and a pointer to the next array if present or NULL of not present.
Array of items of type fiftyoneDegreesEvidenceKeyValuePair used to easily access and track the size of the array.
Collaboration diagram for fiftyoneDegreesEvidenceKeyValuePairArray:
Data Fields
| uint32_t | count
Number of used items.
|
| uint32_t | capacity
Number of available items.
|
| fiftyoneDegreesEvidenceKeyValuePair * | items
Pointer to the first item.
|
| fiftyoneDegreesEvidenceKeyValuePairArray * | next |
Add any members provided by the caller.
