VarEntry Struct Reference

#include <veil_datatypes.h>

Collaboration diagram for VarEntry:

Collaboration graph

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 351 of file 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.

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

Generated on Fri Mar 12 08:38:48 2010 for Veil by  doxygen 1.5.6