![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for parser_state_t:Data Fields | |
| char * | p |
| float | x |
| dt_calc_token_t * | token |
Definition at line 63 of file calculator.c.
| char* parser_state_t::p |
Definition at line 65 of file calculator.c.
Referenced by dt_calculator_solve(), get_token(), and read_number().
| dt_calc_token_t* parser_state_t::token |
Definition at line 67 of file calculator.c.
Referenced by dt_calculator_solve(), parse_additive_expression(), parse_multiplicative_expression(), parse_power_expression(), parse_primary_expression(), and parse_unary_expression().
| float parser_state_t::x |
Definition at line 66 of file calculator.c.
Referenced by dt_calculator_solve(), and get_token().