OpcUaCanOpen
CANopen OPC-UA server
|
#include <exprtk.hpp>
Inherits exprtk::details::expression_node< T >.
Inherited by exprtk::details::unary_variable_node< T, Operation >.
Public Member Functions | |
virtual | ~uv_base_node () |
virtual operator_type | operation () const |
virtual const T & | v () const =0 |
![]() | |
virtual | ~expression_node () |
virtual T | value () const |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
virtual node_type | type () const |
Definition at line 13335 of file exprtk.hpp.
|
inlinevirtual |
Definition at line 13339 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented in exprtk::details::unary_variable_node< T, Operation >.
Definition at line 13342 of file exprtk.hpp.
|
pure virtual |
Implemented in exprtk::details::unary_variable_node< T, Operation >.