Definition at line 15852 of file exprtk.hpp.
#include <mrpt/otherlibs/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 | is_null (const expression< T > &expr) |
|
inlinestatic |
Definition at line 17762 of file exprtk.hpp.
References exprtk::expression< T >::control_block_, and exprtk::details::is_binary_node().
|
inlinestatic |
Definition at line 17747 of file exprtk.hpp.
References exprtk::expression< T >::control_block_, and exprtk::details::is_constant_node().
|
inlinestatic |
Definition at line 17767 of file exprtk.hpp.
References exprtk::expression< T >::control_block_, and exprtk::details::is_function().
|
inlinestatic |
Definition at line 17772 of file exprtk.hpp.
References exprtk::expression< T >::control_block_, and exprtk::details::is_null_node().
Referenced by exprtk::is_valid().
|
inlinestatic |
Definition at line 17757 of file exprtk.hpp.
References exprtk::expression< T >::control_block_, and exprtk::details::is_unary_node().
|
inlinestatic |
Definition at line 17752 of file exprtk.hpp.
References exprtk::expression< T >::control_block_, and exprtk::details::is_variable_node().
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |