#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
typedef Operation | operation_t |
Public Member Functions | |
operator_type | operation () const |
expression_node< T >::node_type | type () const |
unary_branch_node (expression_ptr branch) | |
T | value () const |
~unary_branch_node () | |
Private Member Functions | |
unary_branch_node< T, Operation > & | operator= (unary_branch_node< T, Operation > &) |
unary_branch_node (unary_branch_node< T, Operation > &) | |
Private Attributes | |
expression_ptr | branch_ |
bool | branch_deletable_ |
Definition at line 7306 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::unary_branch_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 7310 of file exprtk.hpp.
typedef Operation exprtk::details::unary_branch_node< T, Operation >::operation_t |
Definition at line 7311 of file exprtk.hpp.
exprtk::details::unary_branch_node< T, Operation >::unary_branch_node | ( | expression_ptr | branch | ) | [inline, explicit] |
Definition at line 7313 of file exprtk.hpp.
exprtk::details::unary_branch_node< T, Operation >::~unary_branch_node | ( | ) | [inline] |
Definition at line 7318 of file exprtk.hpp.
exprtk::details::unary_branch_node< T, Operation >::unary_branch_node | ( | unary_branch_node< T, Operation > & | ) | [private] |
operator_type exprtk::details::unary_branch_node< T, Operation >::operation | ( | ) | const [inline] |
Definition at line 7337 of file exprtk.hpp.
unary_branch_node<T,Operation>& exprtk::details::unary_branch_node< T, Operation >::operator= | ( | unary_branch_node< T, Operation > & | ) | [private] |
expression_node<T>::node_type exprtk::details::unary_branch_node< T, Operation >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 7332 of file exprtk.hpp.
T exprtk::details::unary_branch_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 7327 of file exprtk.hpp.
expression_ptr exprtk::details::unary_branch_node< T, Operation >::branch_ [private] |
Definition at line 7347 of file exprtk.hpp.
bool exprtk::details::unary_branch_node< T, Operation >::branch_deletable_ [private] |
Definition at line 7348 of file exprtk.hpp.