14 #ifndef T3_CONFIG_EXPRESSION_H
15 #define T3_CONFIG_EXPRESSION_H
17 typedef struct expr_node_t expr_node_t;
19 #include "config_api.h"
20 #include "config_internal.h"
60 struct expr_node_t *operand[2];
62 t3_config_int_t integer;
72 T3_CONFIG_LOCAL
void _t3_config_delete_expr(expr_node_t *expr);
An opaque struct representing a config or sub-config.
Definition: config_internal.h:25
char t3_bool
A boolean type that does not clash with C++ or C99 bool.
Definition: config_api.h:47