#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
assignment_vec_op_node (const operator_type &operation, expression_ptr branch0, expression_ptr branch1) | |
T | value () const |
Private Attributes | |
vector_node< T > * | vec_node_ptr_ |
Definition at line 5702 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::assignment_vec_op_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 5706 of file exprtk.hpp.
exprtk::details::assignment_vec_op_node< T, Operation >::assignment_vec_op_node | ( | const operator_type & | operation, |
expression_ptr | branch0, | ||
expression_ptr | branch1 | ||
) | [inline] |
Definition at line 5708 of file exprtk.hpp.
T exprtk::details::assignment_vec_op_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 5720 of file exprtk.hpp.
vector_node<T>* exprtk::details::assignment_vec_op_node< T, Operation >::vec_node_ptr_ [private] |
Definition at line 5734 of file exprtk.hpp.