C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
T0oT1oT2oT3_sf4 (T0 p0, T1 p1, T2 p2, T3 p3, const qfunc_t p4) | |
expression_node< T >::node_type | type () const |
operator_type | operation () const |
T | value () const |
T0 | t0 () const |
T1 | t1 () const |
T2 | t2 () const |
T3 | t3 () const |
qfunc_t | f () const |
std::string | type_id () const |
![]() | |
virtual | ~T0oT1oT2_base_node () |
![]() | |
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 |
Static Public Member Functions | |
static std::string | id () |
template<typename Allocator > | |
static expression_node< T > * | allocate (Allocator &allocator, T0 p0, T1 p1, T2 p2, T3 p3, qfunc_t p4) |
Private Member Functions | |
T0oT1oT2oT3_sf4 (const node_type &) | |
node_type & | operator= (const node_type &) |
Private Attributes | |
T0 | t0_ |
T1 | t1_ |
T2 | t2_ |
T3 | t3_ |
const qfunc_t | f_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 17670 of file exprtk.hpp.
typedef details::functor_t<T> exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::functor_t |
Definition at line 17674 of file exprtk.hpp.
typedef T0oT1oT2oT3_sf4<T, T0, T1, T2, T3> exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::node_type |
Definition at line 17677 of file exprtk.hpp.
typedef functor_t::qfunc_t exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::qfunc_t |
Definition at line 17675 of file exprtk.hpp.
typedef T exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::value_type |
Definition at line 17676 of file exprtk.hpp.
|
inline |
Definition at line 17679 of file exprtk.hpp.
|
private |
|
inlinestatic |
Definition at line 17739 of file exprtk.hpp.
References exprtk::details::match_impl().
|
inline |
Definition at line 17723 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::f_.
|
inlinestatic |
Definition at line 17733 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::type_id().
|
inline |
|
private |
|
inline |
Definition at line 17703 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t0_.
|
inline |
Definition at line 17708 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t1_.
|
inline |
Definition at line 17713 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t2_.
|
inline |
Definition at line 17718 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t3_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17687 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::T0oT1oT2_base_node< T >.
Definition at line 17728 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::id().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17698 of file exprtk.hpp.
References exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::f_, exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t0_, exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t1_, exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t2_, and exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t3_.
|
private |
Definition at line 17755 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::f(), and exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::value().
|
private |
Definition at line 17751 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t0(), and exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::value().
|
private |
Definition at line 17752 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t1(), and exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::value().
|
private |
Definition at line 17753 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t2(), and exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::value().
|
private |
Definition at line 17754 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::t3(), and exprtk::details::T0oT1oT2oT3_sf4< T, T0, T1, T2, T3 >::value().