C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
T0oT1oT2_sf3ext (T0 p0, T1 p1, T2 p2) | |
expression_node< T >::node_type | type () const |
operator_type | operation () |
T | value () const |
T0 | t0 () const |
T1 | t1 () const |
T2 | t2 () const |
std::string | type_id () const |
![]() | |
virtual | ~sf3ext_type_node () |
![]() | |
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) |
Private Member Functions | |
T0oT1oT2_sf3ext (const node_type &) | |
node_type & | operator= (const node_type &) |
Private Attributes | |
T0 | t0_ |
T1 | t1_ |
T2 | t2_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 17583 of file exprtk.hpp.
typedef T0oT1oT2_sf3ext<T, T0, T1, T2, SF3Operation> exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::node_type |
Definition at line 17588 of file exprtk.hpp.
typedef T exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::value_type |
Definition at line 17587 of file exprtk.hpp.
|
inline |
Definition at line 17590 of file exprtk.hpp.
|
private |
|
inlinestatic |
Definition at line 17638 of file exprtk.hpp.
References exprtk::details::match_impl().
|
inlinestatic |
Definition at line 17632 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::type_id().
|
inline |
|
private |
|
inlinevirtual |
Implements exprtk::details::sf3ext_type_node< T, T0, T1, T2 >.
Definition at line 17612 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t0_.
|
inlinevirtual |
Implements exprtk::details::sf3ext_type_node< T, T0, T1, T2 >.
Definition at line 17617 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t1_.
|
inlinevirtual |
Implements exprtk::details::sf3ext_type_node< T, T0, T1, T2 >.
Definition at line 17622 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t2_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17596 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::T0oT1oT2_base_node< T >.
Definition at line 17627 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::id().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17607 of file exprtk.hpp.
References exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t0_, exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t1_, and exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t2_.
|
private |
Definition at line 17650 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t0(), and exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::value().
|
private |
Definition at line 17651 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t1(), and exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::value().
|
private |
Definition at line 17652 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::t2(), and exprtk::details::T0oT1oT2_sf3ext< T, T0, T1, T2, SF3Operation >::value().