| OpcUaCanOpen
    CANopen OPC-UA server | 
#include <exprtk.hpp>
Inherits exprtk::details::expression_node< T >.
Inherited by exprtk::details::sf4_node< T, SpecialFunction >.
| Public Member Functions | |
| quaternary_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1, expression_ptr branch2, expression_ptr branch3) | |
| ~quaternary_node () | |
| T | value () const | 
| expression_node< T >::node_type | type () const | 
|  Public Member Functions inherited from exprtk::details::expression_node< T > | |
| virtual | ~expression_node () | 
| virtual expression_node< T > * | branch (const std::size_t &index=0) const | 
| Protected Attributes | |
| operator_type | operation_ | 
| branch_t | branch_ [4] | 
Definition at line 6049 of file exprtk.hpp.
| typedef std::pair<expression_ptr,bool> exprtk::details::quaternary_node< T >::branch_t | 
Definition at line 6054 of file exprtk.hpp.
| typedef expression_node<T>* exprtk::details::quaternary_node< T >::expression_ptr | 
Definition at line 6053 of file exprtk.hpp.
| 
 | inline | 
Definition at line 6056 of file exprtk.hpp.
| 
 | inline | 
Definition at line 6066 of file exprtk.hpp.
| 
 | inlinevirtual | 
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 6076 of file exprtk.hpp.
| 
 | inlinevirtual | 
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::sf4_node< T, SpecialFunction >.
Definition at line 6071 of file exprtk.hpp.
| 
 | protected | 
Definition at line 6084 of file exprtk.hpp.
| 
 | protected | 
Definition at line 6083 of file exprtk.hpp.