VarEntry Struct Reference

#include <veil_datatypes.h>


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 360 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 Mon Sep 12 15:27:00 2011 for Veil by  doxygen 1.5.6