OpcUaCanOpen
CANopen OPC-UA server
|
#include <exprtk.hpp>
Inherits exprtk::details::binary_node< T >, and exprtk::details::vector_interface< T >.
Public Member Functions | |
vec_binop_vecvec_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1) | |
~vec_binop_vecvec_node () | |
T | value () const |
vector_node_ptr | vec () const |
vector_node_ptr | vec () |
expression_node< T >::node_type | type () const |
std::size_t | size () const |
vds_t & | vds () |
const vds_t & | vds () const |
![]() | |
binary_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1) | |
~binary_node () | |
operator_type | operation () |
expression_node< T > * | branch (const std::size_t &index=0) const |
![]() | |
virtual | ~expression_node () |
![]() | |
virtual | ~vector_interface () |
virtual bool | side_effect () const |
Private Attributes | |
vector_node_ptr | vec0_node_ptr_ |
vector_node_ptr | vec1_node_ptr_ |
vector_holder_ptr | temp_ |
vector_node_ptr | temp_vec_node_ |
bool | initialised_ |
vds_t | vds_ |
Additional Inherited Members | |
![]() | |
operator_type | operation_ |
branch_t | branch_ [2] |
Definition at line 10433 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::vec_binop_vecvec_node< T, Operation >::expression_ptr |
Definition at line 10438 of file exprtk.hpp.
typedef vec_data_store<T> exprtk::details::vec_binop_vecvec_node< T, Operation >::vds_t |
Definition at line 10441 of file exprtk.hpp.
typedef vector_holder<T>* exprtk::details::vec_binop_vecvec_node< T, Operation >::vector_holder_ptr |
Definition at line 10440 of file exprtk.hpp.
typedef vector_node<T>* exprtk::details::vec_binop_vecvec_node< T, Operation >::vector_node_ptr |
Definition at line 10439 of file exprtk.hpp.
|
inline |
Definition at line 10443 of file exprtk.hpp.
|
inline |
Definition at line 10505 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::vector_interface< T >.
Definition at line 10591 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 10586 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 10511 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::vector_interface< T >.
Definition at line 10596 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::vector_interface< T >.
Definition at line 10601 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::vector_interface< T >.
Definition at line 10576 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::vector_interface< T >.
Definition at line 10581 of file exprtk.hpp.
|
private |
Definition at line 10612 of file exprtk.hpp.
|
private |
Definition at line 10610 of file exprtk.hpp.
|
private |
Definition at line 10611 of file exprtk.hpp.
|
private |
Definition at line 10613 of file exprtk.hpp.
|
private |
Definition at line 10608 of file exprtk.hpp.
|
private |
Definition at line 10609 of file exprtk.hpp.