![]() |
GranOO
3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
|
Public Member Functions | |
| parser_state () | |
| void | reset () |
| void | activate_side_effect (const std::string &) |
Public Attributes | |
| bool | parsing_return_stmt |
| bool | parsing_break_stmt |
| bool | return_stmt_present |
| bool | side_effect_present |
| bool | type_check_enabled |
| std::size_t | scope_depth |
| std::size_t | stack_depth |
| std::size_t | parsing_loop_stmt_count |
|
inline |
|
inline |
|
inline |
| bool exprtk::parser< T >::parser_state::parsing_break_stmt |
| std::size_t exprtk::parser< T >::parser_state::parsing_loop_stmt_count |
| bool exprtk::parser< T >::parser_state::parsing_return_stmt |
| bool exprtk::parser< T >::parser_state::return_stmt_present |
| std::size_t exprtk::parser< T >::parser_state::scope_depth |
| bool exprtk::parser< T >::parser_state::side_effect_present |
| std::size_t exprtk::parser< T >::parser_state::stack_depth |
| bool exprtk::parser< T >::parser_state::type_check_enabled |