![]() |
VR-Vantage 3.1.1 API Documentation
|
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 | is_null (const expression< T > &expr) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
References exprtk::expression< T >::control_block_, and exprtk::details::is_unary_node().
|
inlinestatic |
References exprtk::expression< T >::control_block_, and exprtk::details::is_binary_node().
|
inlinestatic |
References exprtk::expression< T >::control_block_, and exprtk::details::is_function().
|
inlinestatic |
References exprtk::expression< T >::control_block_, and exprtk::details::is_null_node().
Referenced by exprtk::is_valid().