Definition at line 18767 of file exprtk.hpp.
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 |
|
inline |
Definition at line 18769 of file exprtk.hpp.
|
inline |
Definition at line 18785 of file exprtk.hpp.
References exprtk_debug.
|
inline |
Definition at line 18775 of file exprtk.hpp.
bool exprtk::parser< T >::parser_state::parsing_break_stmt |
Definition at line 18799 of file exprtk.hpp.
bool exprtk::parser< T >::parser_state::parsing_return_stmt |
Definition at line 18798 of file exprtk.hpp.
bool exprtk::parser< T >::parser_state::return_stmt_present |
Definition at line 18800 of file exprtk.hpp.
std::size_t exprtk::parser< T >::parser_state::scope_depth |
Definition at line 18803 of file exprtk.hpp.
bool exprtk::parser< T >::parser_state::side_effect_present |
Definition at line 18801 of file exprtk.hpp.
bool exprtk::parser< T >::parser_state::type_check_enabled |
Definition at line 18802 of file exprtk.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |