OpcUaCanOpen
CANopen OPC-UA server
|
#include <exprtk.hpp>
Inherits exprtk::details::expression_node< T >.
Inherited by exprtk::details::cob_node< T, Operation >.
Public Member Functions | |
virtual | ~cob_base_node () |
virtual operator_type | operation () const |
virtual const T | c () const =0 |
virtual void | set_c (const T)=0 |
virtual expression_node< T > * | move_branch (const std::size_t &index)=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 13295 of file exprtk.hpp.
|
inlinevirtual |
Definition at line 13299 of file exprtk.hpp.
|
pure virtual |
Implemented in exprtk::details::cob_node< T, Operation >.
|
pure virtual |
Implemented in exprtk::details::cob_node< T, Operation >.
|
inlinevirtual |
Reimplemented in exprtk::details::cob_node< T, Operation >.
Definition at line 13302 of file exprtk.hpp.
|
pure virtual |
Implemented in exprtk::details::cob_node< T, Operation >.