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 KzcCollectionValue * | elements |
The elements of the dynamic array. More... | |
Structure of a DynamicArray.
kzUint KzcDynamicArray::elementCount |
Number of elements in the dynamic array.
union KzcCollectionValue* KzcDynamicArray::elements |
The elements of the dynamic array.