|
exip
Alpha 0.5.4
|
Meta-data of generic dynamic array. More...
#include <procTypes.h>
Data Fields | |
| size_t | entrySize |
| The size of an entry in bytes. More... | |
| Index | chunkEntries |
| The initial size of the dynamic array (in number of entries), also the chunk of number of entries to be added each expansion time. More... | |
| Index | arrayEntries |
| The total number of entries in the array. More... | |
A concrete dynamic array is defined as follow:
Definition at line 386 of file bin/headers/procTypes.h.
| Index dynArray::arrayEntries |
Definition at line 403 of file bin/headers/procTypes.h.
| Index dynArray::chunkEntries |
This field holds the initial size of the url and local name partitions in the EXIPSchema object.
Definition at line 398 of file bin/headers/procTypes.h.
| size_t dynArray::entrySize |
Definition at line 390 of file bin/headers/procTypes.h.
1.8.4