C++ Mathematical Expression Toolkit (ExprTk) release
|
Classes | |
struct | evaluate_branches |
struct | evaluate_branches< T_, 1 > |
struct | evaluate_branches< T_, 2 > |
struct | evaluate_branches< T_, 3 > |
struct | evaluate_branches< T_, 4 > |
struct | evaluate_branches< T_, 5 > |
struct | evaluate_branches< T_, 6 > |
struct | invoke |
struct | invoke< T_, 1 > |
struct | invoke< T_, 10 > |
struct | invoke< T_, 11 > |
struct | invoke< T_, 12 > |
struct | invoke< T_, 13 > |
struct | invoke< T_, 14 > |
struct | invoke< T_, 15 > |
struct | invoke< T_, 16 > |
struct | invoke< T_, 17 > |
struct | invoke< T_, 18 > |
struct | invoke< T_, 19 > |
struct | invoke< T_, 2 > |
struct | invoke< T_, 20 > |
struct | invoke< T_, 3 > |
struct | invoke< T_, 4 > |
struct | invoke< T_, 5 > |
struct | invoke< T_, 6 > |
struct | invoke< T_, 7 > |
struct | invoke< T_, 8 > |
struct | invoke< T_, 9 > |
Public Member Functions | |
function_N_node (ifunction *func) | |
template<std::size_t NumBranches> | |
bool | init_branches (expression_ptr(&b)[NumBranches]) |
bool | operator< (const function_N_node< T, IFunction, N > &fn) const |
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 Attributes | |
ifunction * | function_ |
std::size_t | parameter_count_ |
branch_t | branch_ [N] |
bool | initialised_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 14426 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::function_N_node< T, IFunction, N >::branch_t |
Definition at line 14432 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::function_N_node< T, IFunction, N >::expression_ptr |
Definition at line 14431 of file exprtk.hpp.
Definition at line 14433 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 14435 of file exprtk.hpp.
|
inline |
Definition at line 14504 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::branch_, exprtk::details::node_depth_base< expression_node< T > >::collect(), and exprtk::details::match_impl().
|
inline |
Definition at line 14442 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::branch_, exprtk::details::branch_deletable(), exprtk::details::function_N_node< T, IFunction, N >::function_, exprtk::details::function_N_node< T, IFunction, N >::initialised_, exprtk::details::match_impl(), and exprtk::details::function_N_node< T, IFunction, N >::valid().
|
inlinevirtual |
Reimplemented from exprtk::details::node_depth_base< expression_node< T > >.
Definition at line 14509 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::branch_, and exprtk::details::match_impl().
|
inline |
Definition at line 14472 of file exprtk.hpp.
References exprtk::details::match_impl().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 14494 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 14499 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::initialised_.
Referenced by exprtk::details::function_N_node< T, IFunction, 0 >::function_N_node(), and exprtk::details::function_N_node< T, IFunction, N >::init_branches().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 14477 of file exprtk.hpp.
References exprtk::details::function_N_node< T, IFunction, N >::branch_, exprtk::details::function_N_node< T, IFunction, N >::invoke< T_, ParamCount >::execute(), exprtk::details::function_N_node< T, IFunction, N >::evaluate_branches< T_, BranchCount >::execute(), exprtk::details::function_N_node< T, IFunction, N >::function_, and exprtk::details::match_impl().
Definition at line 14742 of file exprtk.hpp.
Referenced by exprtk::details::function_N_node< T, IFunction, N >::collect_nodes(), exprtk::details::function_N_node< T, IFunction, N >::init_branches(), exprtk::details::function_N_node< T, IFunction, N >::node_depth(), and exprtk::details::function_N_node< T, IFunction, N >::value().
|
private |
Definition at line 14740 of file exprtk.hpp.
Referenced by exprtk::details::function_N_node< T, IFunction, N >::init_branches(), exprtk::details::function_N_node< T, IFunction, 0 >::valid(), exprtk::details::function_N_node< T, IFunction, N >::value(), and exprtk::details::function_N_node< T, IFunction, 0 >::value().
|
private |
Definition at line 14743 of file exprtk.hpp.
Referenced by exprtk::details::function_N_node< T, IFunction, N >::init_branches(), and exprtk::details::function_N_node< T, IFunction, N >::valid().
|
private |
Definition at line 14741 of file exprtk.hpp.