C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
uvouv_node (const T &var0, const T &var1, ufunc_t uf0, ufunc_t uf1, bfunc_t bf) | |
T | value () const |
expression_node< T >::node_type | type () const |
const T & | v0 () |
const T & | v1 () |
ufunc_t | u0 () |
ufunc_t | u1 () |
ufunc_t | f () |
![]() | |
virtual | ~expression_node () |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
virtual bool | valid () 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 Member Functions | |
uvouv_node (const uvouv_node< T > &) | |
uvouv_node< T > & | operator= (const uvouv_node< T > &) |
Private Attributes | |
const T & | v0_ |
const T & | v1_ |
const ufunc_t | u0_ |
const ufunc_t | u1_ |
const bfunc_t | f_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 16855 of file exprtk.hpp.
typedef functor_t::bfunc_t exprtk::details::uvouv_node< T >::bfunc_t |
Definition at line 16861 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::uvouv_node< T >::expression_ptr |
Definition at line 16863 of file exprtk.hpp.
typedef details::functor_t<T> exprtk::details::uvouv_node< T >::functor_t |
Definition at line 16860 of file exprtk.hpp.
typedef functor_t::ufunc_t exprtk::details::uvouv_node< T >::ufunc_t |
Definition at line 16862 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 16865 of file exprtk.hpp.
|
private |
|
inline |
Definition at line 16904 of file exprtk.hpp.
References exprtk::details::uvouv_node< T >::f_.
|
private |
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 16879 of file exprtk.hpp.
|
inline |
Definition at line 16894 of file exprtk.hpp.
References exprtk::details::uvouv_node< T >::u0_.
|
inline |
Definition at line 16899 of file exprtk.hpp.
References exprtk::details::uvouv_node< T >::u1_.
Definition at line 16884 of file exprtk.hpp.
References exprtk::details::uvouv_node< T >::v0_.
Definition at line 16889 of file exprtk.hpp.
References exprtk::details::uvouv_node< T >::v1_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 16874 of file exprtk.hpp.
References exprtk::details::uvouv_node< T >::f_, exprtk::details::uvouv_node< T >::u0_, exprtk::details::uvouv_node< T >::u1_, exprtk::details::uvouv_node< T >::v0_, and exprtk::details::uvouv_node< T >::v1_.
Definition at line 16918 of file exprtk.hpp.
Referenced by exprtk::details::uvouv_node< T >::f(), and exprtk::details::uvouv_node< T >::value().
Definition at line 16916 of file exprtk.hpp.
Referenced by exprtk::details::uvouv_node< T >::u0(), and exprtk::details::uvouv_node< T >::value().
Definition at line 16917 of file exprtk.hpp.
Referenced by exprtk::details::uvouv_node< T >::u1(), and exprtk::details::uvouv_node< T >::value().
Definition at line 16914 of file exprtk.hpp.
Referenced by exprtk::details::uvouv_node< T >::v0(), and exprtk::details::uvouv_node< T >::value().
Definition at line 16915 of file exprtk.hpp.
Referenced by exprtk::details::uvouv_node< T >::v1(), and exprtk::details::uvouv_node< T >::value().