Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <tuple_compiler.h>
Public Attributes | |
gint | opcode |
gint | var [TUPLEZ_MAX_VARS] |
gboolean | global [TUPLEZ_MAX_VARS] |
gchar * | text |
gint | function |
gint | expression |
struct _TupleEvalNode * | children |
struct _TupleEvalNode * | next |
struct _TupleEvalNode * | prev |
Definition at line 80 of file tuple_compiler.h.
struct _TupleEvalNode* TupleEvalNode::children |
Definition at line 86 of file tuple_compiler.h.
Referenced by tc_parse_construct(), tuple_evalnode_free(), tuple_formatter_eval_do(), and tuple_formatter_print().
Definition at line 85 of file tuple_compiler.h.
Definition at line 85 of file tuple_compiler.h.
gboolean TupleEvalNode::global[TUPLEZ_MAX_VARS] |
Definition at line 83 of file tuple_compiler.h.
struct _TupleEvalNode * TupleEvalNode::next |
Definition at line 86 of file tuple_compiler.h.
Referenced by tuple_evalnode_free(), tuple_evalnode_insert(), tuple_formatter_eval_do(), and tuple_formatter_print().
Definition at line 81 of file tuple_compiler.h.
Referenced by tc_parse_construct(), tuple_formatter_eval_do(), and tuple_formatter_print().
struct _TupleEvalNode * TupleEvalNode::prev |
Definition at line 86 of file tuple_compiler.h.
Referenced by tuple_evalnode_insert().
gchar* TupleEvalNode::text |
Definition at line 84 of file tuple_compiler.h.
Referenced by tuple_evalnode_free(), tuple_formatter_eval_do(), and tuple_formatter_print().
gint TupleEvalNode::var[TUPLEZ_MAX_VARS] |
Definition at line 82 of file tuple_compiler.h.
Referenced by print_vars(), tc_parse_construct(), and tuple_formatter_eval_do().