C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
T0oT1oT2_sf3 (T0 p0, T1 p1, T2 p2, const tfunc_t p3) | |
expression_node< T >::node_type | type () const |
operator_type | operation () const |
T | value () const |
T0 | t0 () const |
T1 | t1 () const |
T2 | t2 () const |
tfunc_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, tfunc_t p3) |
Private Member Functions | |
T0oT1oT2_sf3 (const node_type &) | |
node_type & | operator= (const node_type &) |
Private Attributes | |
T0 | t0_ |
T1 | t1_ |
T2 | t2_ |
const tfunc_t | f_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 17486 of file exprtk.hpp.
typedef details::functor_t<T> exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::functor_t |
Definition at line 17490 of file exprtk.hpp.
typedef T0oT1oT2_sf3<T,T0,T1,T2> exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::node_type |
Definition at line 17493 of file exprtk.hpp.
typedef functor_t::tfunc_t exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::tfunc_t |
Definition at line 17491 of file exprtk.hpp.
typedef T exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::value_type |
Definition at line 17492 of file exprtk.hpp.
|
inline |
Definition at line 17495 of file exprtk.hpp.
|
private |
|
inlinestatic |
Definition at line 17549 of file exprtk.hpp.
References exprtk::details::match_impl().
|
inline |
Definition at line 17533 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::f_.
|
inlinestatic |
Definition at line 17543 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::type_id().
|
inline |
|
private |
|
inline |
Definition at line 17518 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t0_.
|
inline |
Definition at line 17523 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t1_.
|
inline |
Definition at line 17528 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t2_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17502 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::T0oT1oT2_base_node< T >.
Definition at line 17538 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::id().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17513 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::f_, exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t0_, exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t1_, and exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t2_.
|
private |
Definition at line 17564 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::f(), and exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::value().
|
private |
Definition at line 17561 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t0(), and exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::value().
|
private |
Definition at line 17562 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t1(), and exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::value().
|
private |
Definition at line 17563 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::t2(), and exprtk::details::T0oT1oT2_sf3< T, T0, T1, T2 >::value().