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

#include <procTypes.h>

Data Fields

DynArray dynArray
 
ValueEntryvalue
 
Index count
 
struct hashtablehashTbl
 Hashtable for fast look-up of global values in the table. More...
 
Index globalId
 

Detailed Description

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

Field Documentation

Index ValueTable::count

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

DynArray ValueTable::dynArray

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

Index ValueTable::globalId
struct hashtable* ValueTable::hashTbl

Only used when: serializing && valuePartitionCapacity > 50 && //for small table full-scan will work better valueMaxLength > 0 // this is essentially equal to valuePartitionCapacity == 0

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

ValueEntry * ValueTable::value

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


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