OpcUaCanOpen
CANopen OPC-UA server
|
#include <exprtk.hpp>
Inherits exprtk::details::expression_node< T >.
Inherited by exprtk::details::conditional_string_node< T >.
Public Member Functions | |
trinary_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1, expression_ptr branch2) | |
~trinary_node () | |
T | value () const |
expression_node< T >::node_type | type () const |
![]() | |
virtual | ~expression_node () |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
Protected Attributes | |
operator_type | operation_ |
branch_t | branch_ [3] |
Definition at line 5994 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::trinary_node< T >::branch_t |
Definition at line 5999 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::trinary_node< T >::expression_ptr |
Definition at line 5998 of file exprtk.hpp.
|
inline |
Definition at line 6001 of file exprtk.hpp.
|
inline |
Definition at line 6010 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::conditional_string_node< T >.
Definition at line 6037 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::conditional_string_node< T >.
Definition at line 6015 of file exprtk.hpp.
|
protected |
Definition at line 6045 of file exprtk.hpp.
|
protected |
Definition at line 6044 of file exprtk.hpp.