#include <veil_datatypes.h>
Definition at line 282 of file veil_datatypes.h.
Data Fields | |
char | key [60] |
bool | shared |
Object * | obj |
Object * | obj |
char VarEntry::key |
String containing variable name
Definition at line 283 of file veil_datatypes.h.
Referenced by GetBitmapArrayFromVar(), GetBitmapFromVar(), GetBitmapHashFromVar(), GetBitmapRefFromVar(), and GetInt4ArrayFromVar().
bool VarEntry::shared |
Whether this is a shared variable
Definition at line 284 of file veil_datatypes.h.
Referenced by vl_lookup_shared_variable().
Pointer to the contents of the variable
Definition at line 285 of file veil_datatypes.h.
Referenced by GetBitmapFromVar(), vl_BitmapFromHash(), vl_lookup_shared_variable(), and vl_NextHashEntry().
Pointer to the contents of the variable
Definition at line 237 of file veil_shmem.h.