#include <exprtk.hpp>
Static Public Member Functions | |
| static bool | is_constant (const expression< T > &expr) |
| static bool | is_variable (const expression< T > &expr) |
| static bool | is_unary (const expression< T > &expr) |
| static bool | is_binary (const expression< T > &expr) |
| static bool | is_function (const expression< T > &expr) |
| static bool exprtk::expression_helper< T >::is_binary | ( | const expression< T > & | expr | ) | [inline, static] |
| static bool exprtk::expression_helper< T >::is_constant | ( | const expression< T > & | expr | ) | [inline, static] |
| static bool exprtk::expression_helper< T >::is_function | ( | const expression< T > & | expr | ) | [inline, static] |
| static bool exprtk::expression_helper< T >::is_unary | ( | const expression< T > & | expr | ) | [inline, static] |
| static bool exprtk::expression_helper< T >::is_variable | ( | const expression< T > & | expr | ) | [inline, static] |
1.6.1