exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dynArray Struct Reference

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...
 

Detailed Description

A concrete dynamic array is defined as follow:

struct [ConcreteDynamicArray]
{
[ArrayEntryType]* base;
Index count;
};

Definition at line 386 of file bin/headers/procTypes.h.

Field Documentation

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.


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