#include <exprtk.hpp>
Public Types | |
typedef std::pair < expression_ptr, bool > | branch_t |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
binary_ext_node (expression_ptr branch0, expression_ptr branch1) | |
expression_node< T > * | branch (const std::size_t &index=0) const |
operator_type | operation () |
expression_node< T >::node_type | type () const |
T | value () const |
~binary_ext_node () | |
Protected Attributes | |
branch_t | branch_ [2] |
Definition at line 3919 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::binary_ext_node< T, Operation >::branch_t |
Definition at line 3924 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::binary_ext_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3923 of file exprtk.hpp.
exprtk::details::binary_ext_node< T, Operation >::binary_ext_node | ( | expression_ptr | branch0, |
expression_ptr | branch1 | ||
) | [inline] |
Definition at line 3926 of file exprtk.hpp.
exprtk::details::binary_ext_node< T, Operation >::~binary_ext_node | ( | ) | [inline] |
Definition at line 3931 of file exprtk.hpp.
expression_node<T>* exprtk::details::binary_ext_node< T, Operation >::branch | ( | const std::size_t & | index = 0 | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3953 of file exprtk.hpp.
operator_type exprtk::details::binary_ext_node< T, Operation >::operation | ( | ) | [inline] |
Definition at line 3948 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::binary_ext_node< T, Operation >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3943 of file exprtk.hpp.
T exprtk::details::binary_ext_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3936 of file exprtk.hpp.
branch_t exprtk::details::binary_ext_node< T, Operation >::branch_[2] [protected] |
Definition at line 3965 of file exprtk.hpp.