|
C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
| unary_variable_node (const T &var) | |
| T | value () const |
| expression_node< T >::node_type | type () const |
| operator_type | operation () const |
| const T & | v () const |
Public Member Functions inherited from exprtk::details::uv_base_node< T > | |
| virtual | ~uv_base_node () |
Public Member Functions inherited from exprtk::details::expression_node< T > | |
| virtual | ~expression_node () |
| virtual expression_node< T > * | branch (const std::size_t &index=0) const |
| virtual bool | valid () const |
Public Member Functions inherited from exprtk::details::node_collector_interface< expression_node< T > > | |
| virtual | ~node_collector_interface () |
| virtual void | collect_nodes (noderef_list_t &) |
Public Member Functions inherited from exprtk::details::node_depth_base< expression_node< T > > | |
| node_depth_base () | |
| virtual | ~node_depth_base () |
| virtual std::size_t | node_depth () const |
| std::size_t | compute_node_depth (const expression_node< T > *const &node) const |
| std::size_t | compute_node_depth (const nb_pair_t &branch) const |
| std::size_t | compute_node_depth (const nb_pair_t(&branch)[N]) const |
| std::size_t | compute_node_depth (const BranchType &n0, const BranchType &n1) const |
| std::size_t | compute_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2) const |
| std::size_t | compute_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2, const BranchType &n3) const |
| std::size_t | compute_node_depth (const Sequence< node_ptr_t, Allocator > &branch_list) const |
| std::size_t | compute_node_depth (const Sequence< nb_pair_t, Allocator > &branch_list) const |
| std::size_t | max_node_depth (const BranchType &n0, const BranchType &n1) const |
| std::size_t | max_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2) const |
| std::size_t | max_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2, const BranchType &n3) const |
| void | collect (node_ptr_t const &node, const bool deletable, NodeSequence &delete_node_list) const |
| void | collect (const nb_pair_t &branch, NodeSequence &delete_node_list) const |
| void | collect (expression_node< T > *&node, NodeSequence &delete_node_list) const |
| void | collect (const nb_pair_t(&branch)[N], NodeSequence &delete_node_list) const |
| void | collect (const Sequence< nb_pair_t, Allocator > &branch, NodeSequence &delete_node_list) const |
| void | collect (const Sequence< node_ptr_t, Allocator > &branch_list, NodeSequence &delete_node_list) const |
| void | collect (const Sequence< node_ptr_t, AllocatorT > &branch_list, const Sequence< Boolean, AllocatorB > &branch_deletable_list, NodeSequence &delete_node_list) const |
Private Member Functions | |
| unary_variable_node (const unary_variable_node< T, Operation > &) | |
| unary_variable_node< T, Operation > & | operator= (const unary_variable_node< T, Operation > &) |
Private Attributes | |
| const T & | v_ |
Additional Inherited Members | |
Public Attributes inherited from exprtk::details::node_depth_base< expression_node< T > > | |
| bool | depth_set |
| std::size_t | depth |
Definition at line 16815 of file exprtk.hpp.
| typedef expression_node<T>* exprtk::details::unary_variable_node< T, Operation >::expression_ptr |
Definition at line 16819 of file exprtk.hpp.
| typedef Operation exprtk::details::unary_variable_node< T, Operation >::operation_t |
Definition at line 16820 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 16822 of file exprtk.hpp.
|
private |
|
inlinevirtual |
Reimplemented from exprtk::details::uv_base_node< T >.
Definition at line 16836 of file exprtk.hpp.
|
private |
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 16831 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::uv_base_node< T >.
Definition at line 16841 of file exprtk.hpp.
References exprtk::details::unary_variable_node< T, Operation >::v_.
Referenced by exprtk::parser< T >::simplify_unary_negation_branch().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 16826 of file exprtk.hpp.
References exprtk::details::unary_variable_node< T, Operation >::v_.
|
private |
Definition at line 16851 of file exprtk.hpp.
Referenced by exprtk::details::unary_variable_node< T, Operation >::v(), and exprtk::details::unary_variable_node< T, Operation >::value().