#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
expression_node< T > * | branch (const std::size_t &) const |
operator_type | operation () const |
expression_node< T >::node_type | type () const |
unary_node (const operator_type &operation, expression_ptr branch) | |
T | value () const |
~unary_node () | |
Private Attributes | |
expression_ptr | branch_ |
bool | branch_deletable_ |
operator_type | operation_ |
Definition at line 3752 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::unary_node< T >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3756 of file exprtk.hpp.
exprtk::details::unary_node< T >::unary_node | ( | const operator_type & | operation, |
expression_ptr | branch | ||
) | [inline] |
Definition at line 3758 of file exprtk.hpp.
exprtk::details::unary_node< T >::~unary_node | ( | ) | [inline] |
Definition at line 3765 of file exprtk.hpp.
expression_node<T>* exprtk::details::unary_node< T >::branch | ( | const std::size_t & | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3790 of file exprtk.hpp.
operator_type exprtk::details::unary_node< T >::operation | ( | ) | const [inline] |
Definition at line 3785 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::unary_node< T >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3780 of file exprtk.hpp.
T exprtk::details::unary_node< T >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 3774 of file exprtk.hpp.
expression_ptr exprtk::details::unary_node< T >::branch_ [private] |
Definition at line 3798 of file exprtk.hpp.
bool exprtk::details::unary_node< T >::branch_deletable_ [private] |
Definition at line 3799 of file exprtk.hpp.
operator_type exprtk::details::unary_node< T >::operation_ [private] |
Definition at line 3797 of file exprtk.hpp.