ergo
|
describes a variable recognized by the scripting system. More...
#include <ergo_scripted.h>
Public Attributes | |
const char * | name |
const char * | description |
union { | |
char * str | |
double num | |
int vint | |
struct variable * list | |
} | v |
enum VarType | type |
struct variable * | next |
describes a variable recognized by the scripting system.
const char* variable::description |
Referenced by es_print_help_var(), and variable_new().
struct variable* variable::list |
Referenced by es_find_var(), and var_print_tree().
const char* variable::name |
struct variable* variable::next |
Referenced by es_find_var(), and var_print_tree().
double variable::num |
Referenced by var_print_tree().
char* variable::str |
Referenced by es_assign_str(), es_set_nthreads_string(), and var_print_tree().
enum VarType variable::type |
Referenced by es_find_var(), var_print_tree(), and variable_new().
union { ... } variable::v |
int variable::vint |
Referenced by var_print_tree().