#include <tuple.h>
Public Attributes | |
| TupleValueType | type |
| union { | |
| gchar * string | |
| gint integer | |
| } | value |
Definition at line 102 of file tuple.h.
Definition at line 106 of file tuple.h.
Referenced by tf_get_var(), tuple_associate_int(), tuple_copy_value(), tuple_formatter_eval_do(), and tuple_get_int().
| gchar* TupleValue::string |
Definition at line 105 of file tuple.h.
Referenced by tf_get_var(), tuple_associate_data(), tuple_associate_string(), tuple_copy_value(), tuple_destroy(), tuple_disassociate(), tuple_formatter_eval_do(), tuple_get_string(), and tuple_value_destroy().
Definition at line 103 of file tuple.h.
Referenced by tf_get_var(), tuple_associate_data(), tuple_copy_value(), tuple_destroy(), tuple_disassociate(), tuple_formatter_eval_do(), tuple_get_int(), tuple_get_string(), tuple_get_value_type(), and tuple_value_destroy().
| union { ... } TupleValue::value |
1.7.1