![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for token_data_t:Data Fields | |
| float | number |
| operators_t | operator |
Definition at line 51 of file calculator.c.
| float token_data_t::number |
Definition at line 53 of file calculator.c.
Referenced by get_token(), and parse_primary_expression().
| operators_t token_data_t::operator |
Definition at line 54 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().