C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
unary_node (const operator_type &opr, expression_ptr branch) | |
T | value () const |
expression_node< T >::node_type | type () const |
operator_type | operation () |
expression_node< T > * | branch (const std::size_t &) const |
bool | valid () const |
void | release () |
void | collect_nodes (typename expression_node< T >::noderef_list_t &node_delete_list) |
std::size_t | node_depth () const |
![]() | |
virtual | ~expression_node () |
![]() | |
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 Attributes | |
operator_type | operation_ |
branch_t | branch_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 6853 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::unary_node< T >::branch_t |
Definition at line 6858 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::unary_node< T >::expression_ptr |
Definition at line 6857 of file exprtk.hpp.
|
inline |
Definition at line 6860 of file exprtk.hpp.
References exprtk::details::unary_node< T >::branch(), exprtk::details::unary_node< T >::branch_, exprtk::details::construct_branch_pair(), exprtk::details::match_impl(), and exprtk::details::unary_node< T >::valid().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 6883 of file exprtk.hpp.
References exprtk::details::unary_node< T >::branch_.
Referenced by exprtk::details::unary_node< T >::unary_node(), exprtk::details::unary_vector_node< T, Operation >::unary_vector_node(), and exprtk::details::unary_vector_node< T, Operation >::value().
|
inline |
Definition at line 6898 of file exprtk.hpp.
References exprtk::details::unary_node< T >::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 6903 of file exprtk.hpp.
References exprtk::details::unary_node< T >::branch_, and exprtk::details::node_depth_base< expression_node< T > >::compute_node_depth().
|
inline |
Definition at line 6878 of file exprtk.hpp.
References exprtk::details::unary_node< T >::operation_.
|
inline |
Definition at line 6893 of file exprtk.hpp.
References exprtk::details::unary_node< T >::branch_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::unary_vector_node< T, Operation >.
Definition at line 6873 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::unary_vector_node< T, Operation >.
Definition at line 6888 of file exprtk.hpp.
References exprtk::details::unary_node< T >::branch_.
Referenced by exprtk::details::unary_node< T >::unary_node(), and exprtk::details::unary_vector_node< T, Operation >::valid().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::unary_vector_node< T, Operation >.
Definition at line 6867 of file exprtk.hpp.
References exprtk::details::unary_node< T >::branch_, and exprtk::details::unary_node< T >::operation_.
|
private |
Definition at line 6911 of file exprtk.hpp.
Referenced by exprtk::details::unary_node< T >::branch(), exprtk::details::unary_node< T >::collect_nodes(), exprtk::details::unary_node< T >::node_depth(), exprtk::details::unary_node< T >::release(), exprtk::details::unary_node< T >::unary_node(), exprtk::details::unary_node< T >::valid(), and exprtk::details::unary_node< T >::value().
|
private |
Definition at line 6910 of file exprtk.hpp.
Referenced by exprtk::details::unary_node< T >::operation(), and exprtk::details::unary_node< T >::value().