C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
bipowinv_node (expression_ptr branch) | |
T | value () const |
expression_node< T >::node_type | type () const |
bool | valid () const |
void | collect_nodes (typename expression_node< T >::noderef_list_t &node_delete_list) |
std::size_t | node_depth () 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 () |
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 | |
bipowinv_node (const bipowinv_node< T, PowOp > &) | |
bipowinv_node< T, PowOp > & | operator= (const bipowinv_node< T, PowOp > &) |
Private Attributes | |
branch_t | branch_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 18823 of file exprtk.hpp.
typedef std::pair<expression_ptr, bool> exprtk::details::bipowinv_node< T, PowOp >::branch_t |
Definition at line 18828 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::bipowinv_node< T, PowOp >::expression_ptr |
Definition at line 18827 of file exprtk.hpp.
typedef PowOp exprtk::details::bipowinv_node< T, PowOp >::operation_t |
Definition at line 18829 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 18831 of file exprtk.hpp.
References exprtk::details::expression_node< T >::branch(), exprtk::details::bipowinv_node< T, PowOp >::branch_, exprtk::details::construct_branch_pair(), exprtk::details::match_impl(), and exprtk::details::bipowinv_node< T, PowOp >::valid().
|
private |
|
inline |
Definition at line 18852 of file exprtk.hpp.
References exprtk::details::bipowinv_node< T, PowOp >::branch_, exprtk::details::node_depth_base< expression_node< T > >::collect(), and exprtk::details::match_impl().
|
inlinevirtual |
Reimplemented from exprtk::details::node_depth_base< expression_node< T > >.
Definition at line 18857 of file exprtk.hpp.
References exprtk::details::bipowinv_node< T, PowOp >::branch_, and exprtk::details::node_depth_base< expression_node< T > >::compute_node_depth().
|
private |
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 18842 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 18847 of file exprtk.hpp.
References exprtk::details::bipowinv_node< T, PowOp >::branch_.
Referenced by exprtk::details::bipowinv_node< T, PowOp >::bipowinv_node().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 18837 of file exprtk.hpp.
References exprtk::details::bipowinv_node< T, PowOp >::branch_, and exprtk::details::match_impl().
|
private |
Definition at line 18867 of file exprtk.hpp.
Referenced by exprtk::details::bipowinv_node< T, PowOp >::bipowinv_node(), exprtk::details::bipowinv_node< T, PowOp >::collect_nodes(), exprtk::details::bipowinv_node< T, PowOp >::node_depth(), exprtk::details::bipowinv_node< T, PowOp >::valid(), and exprtk::details::bipowinv_node< T, PowOp >::value().