#include <exprtk.hpp>
Static Public Member Functions | |
static bool | is_head_binary (const expression< T > &expr) |
static bool | is_head_constant (const expression< T > &expr) |
static bool | is_head_function (const expression< T > &expr) |
static bool | is_head_unary (const expression< T > &expr) |
static bool | is_head_variable (const expression< T > &expr) |
Definition at line 10798 of file exprtk.hpp.
static bool exprtk::expression_helper< T >::is_head_binary | ( | const expression< T > & | expr | ) | [inline, static] |
Definition at line 10817 of file exprtk.hpp.
static bool exprtk::expression_helper< T >::is_head_constant | ( | const expression< T > & | expr | ) | [inline, static] |
Definition at line 10802 of file exprtk.hpp.
static bool exprtk::expression_helper< T >::is_head_function | ( | const expression< T > & | expr | ) | [inline, static] |
Definition at line 10822 of file exprtk.hpp.
static bool exprtk::expression_helper< T >::is_head_unary | ( | const expression< T > & | expr | ) | [inline, static] |
Definition at line 10812 of file exprtk.hpp.
static bool exprtk::expression_helper< T >::is_head_variable | ( | const expression< T > & | expr | ) | [inline, static] |
Definition at line 10807 of file exprtk.hpp.