C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
function_N_node (ifunction *func) | |
bool | operator< (const function_N_node< T, IFunction, 0 > &fn) const |
T | value () const |
expression_node< T >::node_type | type () const |
bool | valid () const |
![]() | |
virtual | ~expression_node () |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
![]() | |
virtual | ~node_collector_interface () |
virtual void | collect_nodes (noderef_list_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 Attributes | |
ifunction * | function_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 14747 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::function_N_node< T, IFunction, 0 >::expression_ptr |
Definition at line 14751 of file exprtk.hpp.
typedef IFunction exprtk::details::function_N_node< T, IFunction, 0 >::ifunction |
Definition at line 14752 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 14754 of file exprtk.hpp.
References exprtk::details::match_impl(), and exprtk::details::function_N_node< T, IFunction, N >::valid().
|
inline |
Definition at line 14760 of file exprtk.hpp.
References exprtk::details::match_impl().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 14770 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 14775 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::function_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 14765 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::function_.
|
private |
Definition at line 14782 of file exprtk.hpp.