#include <tuple_compiler.h>
Public Attributes | |
gint | nvariables |
gint | nfunctions |
gint | nexpressions |
TupleEvalVar ** | variables |
TupleEvalFunc ** | functions |
gboolean | iserror |
gchar * | errmsg |
Definition at line 90 of file tuple_compiler.h.
gchar* TupleEvalContext::errmsg |
Definition at line 97 of file tuple_compiler.h.
Referenced by tuple_error(), and tuple_formatter_process_string().
Definition at line 93 of file tuple_compiler.h.
Referenced by tuple_evalctx_free().
Definition at line 96 of file tuple_compiler.h.
Referenced by tuple_error(), tuple_evalctx_reset(), and tuple_formatter_process_string().
Definition at line 91 of file tuple_compiler.h.
Definition at line 91 of file tuple_compiler.h.
Referenced by tuple_evalctx_free().
Definition at line 91 of file tuple_compiler.h.
Referenced by tc_get_variable(), tuple_evalctx_add_var(), tuple_evalctx_free(), and tuple_evalctx_reset().
Definition at line 92 of file tuple_compiler.h.
Referenced by print_vars(), tc_get_variable(), tuple_evalctx_add_var(), tuple_evalctx_free(), tuple_evalctx_reset(), and tuple_formatter_eval_do().