#include <veil_datatypes.h>
create type veil_variable_t as ( name text, type text, shared bool, );
Definition at line 300 of file veil_datatypes.h.
Data Fields | |
char * | name |
char * | type |
bool | shared |
char * | name |
char * | type |
char* veil_variable_t::name |
The name of the variable
Definition at line 301 of file veil_datatypes.h.
char* veil_variable_t::type |
The type of the variable (eg "Bitmap")
Definition at line 302 of file veil_datatypes.h.
Whether this is a shared variable (as opposed to a session variable)
Definition at line 303 of file veil_datatypes.h.
char* veil_variable_t::name |
The name of the variable
Definition at line 253 of file veil_shmem.h.
char* veil_variable_t::type |
The type of the variable (eg "Bitmap")
Definition at line 254 of file veil_shmem.h.