#include <exprtk.hpp>
Public Types | |
typedef std::pair < expression_ptr, bool > | branch_t |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
quinary_node (const operator_type &operation, expression_ptr branch0, expression_ptr branch1, expression_ptr branch2, expression_ptr branch3, expression_ptr branch4) | |
expression_node< T >::node_type | type () const |
T | value () const |
~quinary_node () | |
Private Attributes | |
branch_t | branch_ [5] |
operator_type | operation_ |
Definition at line 4069 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::quinary_node< T >::branch_t |
Definition at line 4074 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::quinary_node< T >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 4073 of file exprtk.hpp.
exprtk::details::quinary_node< T >::quinary_node | ( | const operator_type & | operation, |
expression_ptr | branch0, | ||
expression_ptr | branch1, | ||
expression_ptr | branch2, | ||
expression_ptr | branch3, | ||
expression_ptr | branch4 | ||
) | [inline] |
Definition at line 4076 of file exprtk.hpp.
exprtk::details::quinary_node< T >::~quinary_node | ( | ) | [inline] |
Definition at line 4087 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::quinary_node< T >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 4108 of file exprtk.hpp.
T exprtk::details::quinary_node< T >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 4092 of file exprtk.hpp.
branch_t exprtk::details::quinary_node< T >::branch_[5] [private] |
Definition at line 4116 of file exprtk.hpp.
operator_type exprtk::details::quinary_node< T >::operation_ [private] |
Definition at line 4115 of file exprtk.hpp.