#include <exprtk.hpp>


Public Types | |
| typedef expression_node< T > * | expression_ptr |
| typedef Operation | operation_t |
Public Member Functions | |
| unary_branch_node (expression_ptr brnch) | |
| ~unary_branch_node () | |
| T | value () const |
| expression_node< T >::node_type | type () const |
| operator_type | operation () const |
| expression_node< T > * | branch (const std::size_t &) const |
| void | release () |
| typedef expression_node<T>* exprtk::details::unary_branch_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
| typedef Operation exprtk::details::unary_branch_node< T, Operation >::operation_t |
| exprtk::details::unary_branch_node< T, Operation >::unary_branch_node | ( | expression_ptr | brnch | ) | [inline, explicit] |
| exprtk::details::unary_branch_node< T, Operation >::~unary_branch_node | ( | ) | [inline] |
| expression_node<T>* exprtk::details::unary_branch_node< T, Operation >::branch | ( | const std::size_t & | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
| operator_type exprtk::details::unary_branch_node< T, Operation >::operation | ( | ) | const [inline] |
| void exprtk::details::unary_branch_node< T, Operation >::release | ( | ) | [inline] |
| expression_node<T>::node_type exprtk::details::unary_branch_node< T, Operation >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
| T exprtk::details::unary_branch_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
1.6.1