#include <exprtk.hpp>
Public Types | |
typedef std::pair < expression_ptr, bool > | branch_t |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
trinary_node (const operator_type &operation, expression_ptr branch0, expression_ptr branch1, expression_ptr branch2) | |
expression_node< T >::node_type | type () const |
T | value () const |
~trinary_node () | |
Protected Attributes | |
branch_t | branch_ [3] |
operator_type | operation_ |
Definition at line 3969 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::trinary_node< T >::branch_t |
Definition at line 3974 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::trinary_node< T >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::sf3_node< T, SpecialFunction >.
Definition at line 3973 of file exprtk.hpp.
exprtk::details::trinary_node< T >::trinary_node | ( | const operator_type & | operation, |
expression_ptr | branch0, | ||
expression_ptr | branch1, | ||
expression_ptr | branch2 | ||
) | [inline] |
Definition at line 3976 of file exprtk.hpp.
exprtk::details::trinary_node< T >::~trinary_node | ( | ) | [inline] |
Definition at line 3985 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::trinary_node< T >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 4009 of file exprtk.hpp.
T exprtk::details::trinary_node< T >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::sf3_node< T, SpecialFunction >.
Definition at line 3990 of file exprtk.hpp.
branch_t exprtk::details::trinary_node< T >::branch_[3] [protected] |
Definition at line 4017 of file exprtk.hpp.
operator_type exprtk::details::trinary_node< T >::operation_ [protected] |
Definition at line 4016 of file exprtk.hpp.