|
C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
| return_node (const std::vector< typename gen_function_t::expression_ptr > &arg_list, results_context_t &rc) | |
| T | value () const |
| expression_node< T >::node_type | type () const |
| bool | valid () const |
Public Member Functions inherited from exprtk::details::generic_function_node< T, null_igenfunc< T > > | |
| generic_function_node (const std::vector< expression_ptr > &arg_list, null_igenfunc< T > *func=reinterpret_cast< null_igenfunc< T > * >(0)) | |
| virtual | ~generic_function_node () |
| void | collect_nodes (typename expression_node< T >::noderef_list_t &node_delete_list) |
| std::size_t | node_depth () const |
| virtual bool | init_branches () |
| bool | operator< (const generic_function_node< T, null_igenfunc< T > > &fn) const |
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 |
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 () |
| 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 Attributes | |
| results_context_t * | results_context_ |
Additional Inherited Members | |
Public Attributes inherited from exprtk::details::node_depth_base< expression_node< T > > | |
| bool | depth_set |
| std::size_t | depth |
Protected Member Functions inherited from exprtk::details::generic_function_node< T, null_igenfunc< T > > | |
| virtual bool | populate_value_list () const |
Protected Attributes inherited from exprtk::details::generic_function_node< T, null_igenfunc< T > > | |
| null_igenfunc< T > * | function_ |
| typestore_list_t | typestore_list_ |
Definition at line 15298 of file exprtk.hpp.
| typedef generic_function_node<T,igeneric_function_t> exprtk::details::return_node< T >::gen_function_t |
Definition at line 15305 of file exprtk.hpp.
| typedef igeneric_function_t* exprtk::details::return_node< T >::igeneric_function_ptr |
Definition at line 15304 of file exprtk.hpp.
| typedef null_igenfunc<T> exprtk::details::return_node< T >::igeneric_function_t |
Definition at line 15303 of file exprtk.hpp.
| typedef results_context<T> exprtk::details::return_node< T >::results_context_t |
Definition at line 15302 of file exprtk.hpp.
|
inline |
Definition at line 15307 of file exprtk.hpp.
References exprtk::details::match_impl(), and exprtk::details::return_node< T >::valid().
|
inlinevirtual |
Reimplemented from exprtk::details::generic_function_node< T, null_igenfunc< T > >.
Definition at line 15330 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::generic_function_node< T, null_igenfunc< T > >.
Definition at line 15335 of file exprtk.hpp.
References exprtk::details::return_node< T >::results_context_.
Referenced by exprtk::details::return_node< T >::return_node().
|
inlinevirtual |
Reimplemented from exprtk::details::generic_function_node< T, null_igenfunc< T > >.
Definition at line 15315 of file exprtk.hpp.
References exprtk::details::generic_function_node< T, GenericFunction >::populate_value_list(), exprtk::details::return_node< T >::results_context_, and exprtk::details::generic_function_node< T, GenericFunction >::typestore_list_.
|
private |
Definition at line 15342 of file exprtk.hpp.
Referenced by exprtk::details::return_node< T >::valid(), and exprtk::details::return_node< T >::value().