KzcDynamicArray Struct Reference

Structure of a DynamicArray. More...

#include <kanzi/core/legacy/util/collection/kzc_dynamic_array.hpp>

Public Attributes

kzUint elementCount
 Number of elements in the dynamic array. More...
 
union KzcCollectionValueelements
 The elements of the dynamic array. More...
 

Detailed Description

Structure of a DynamicArray.

Member Data Documentation

kzUint KzcDynamicArray::elementCount

Number of elements in the dynamic array.

union KzcCollectionValue* KzcDynamicArray::elements

The elements of the dynamic array.


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