|
exip
Alpha 0.5.4
|
#include <procTypes.h>
Data Fields | |
| DynArray | dynArray |
| ValueEntry * | value |
| Index | count |
| struct hashtable * | hashTbl |
| Hashtable for fast look-up of global values in the table. More... | |
| Index | globalId |
Definition at line 806 of file bin/headers/procTypes.h.
| 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 |
Definition at line 824 of file bin/headers/procTypes.h.
| 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.
1.8.4