Veil
VarEntry Struct Reference

A Veil variable. More...

#include <veil_datatypes.h>

Data Fields

char key [60]
 String containing variable name.
 
bool shared
 Whether this is a shared variable.
 
Objectobj
 Pointer to the contents of the variable.
 

Detailed Description

A Veil variable.

These may be session or shared variables, and may contain any Veil variable type. They are created and accessed by vl_lookup_shared_variable() and vl_lookup_variable(), and are stored in either the shared hash or one of the session hashes. See veil_shmem.c and veil_variables.c for more details.

Definition at line 397 of file veil_datatypes.h.


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