![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_calc_token_t:Data Fields | |
| token_types_t | type |
| token_data_t | data |
Definition at line 57 of file calculator.c.
| token_data_t dt_calc_token_t::data |
Definition at line 60 of file calculator.c.
Referenced by dt_calculator_solve(), get_token(), parse_additive_expression(), parse_multiplicative_expression(), parse_power_expression(), parse_primary_expression(), and parse_unary_expression().
| token_types_t dt_calc_token_t::type |
Definition at line 59 of file calculator.c.
Referenced by dt_calculator_solve(), get_token(), parse_additive_expression(), parse_multiplicative_expression(), parse_power_expression(), parse_primary_expression(), and parse_unary_expression().