C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
T0oT1 (T0 p0, T1 p1, const bfunc_t p2) | |
expression_node< T >::node_type | type () const |
operator_type | operation () const |
T | value () const |
T0 | t0 () const |
T1 | t1 () const |
bfunc_t | f () const |
![]() | |
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 | |
template<typename Allocator > | |
static expression_node< T > * | allocate (Allocator &allocator, T0 p0, T1 p1, bfunc_t p2) |
Private Member Functions | |
T0oT1 (const T0oT1< T, T0, T1 > &) | |
T0oT1< T, T0, T1 > & | operator= (const T0oT1< T, T0, T1 > &) |
Private Attributes | |
T0 | t0_ |
T1 | t1_ |
const bfunc_t | f_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 17230 of file exprtk.hpp.
typedef functor_t::bfunc_t exprtk::details::T0oT1< T, T0, T1 >::bfunc_t |
Definition at line 17235 of file exprtk.hpp.
typedef details::functor_t<T> exprtk::details::T0oT1< T, T0, T1 >::functor_t |
Definition at line 17234 of file exprtk.hpp.
typedef T0oT1<T,T0,T1> exprtk::details::T0oT1< T, T0, T1 >::node_type |
Definition at line 17237 of file exprtk.hpp.
typedef T exprtk::details::T0oT1< T, T0, T1 >::value_type |
Definition at line 17236 of file exprtk.hpp.
|
inline |
Definition at line 17239 of file exprtk.hpp.
|
private |
|
inlinestatic |
Definition at line 17277 of file exprtk.hpp.
References exprtk::details::match_impl().
|
inline |
Definition at line 17271 of file exprtk.hpp.
References exprtk::details::T0oT1< T, T0, T1 >::f_.
|
inline |
|
inlineprivate |
Definition at line 17289 of file exprtk.hpp.
|
inline |
Definition at line 17261 of file exprtk.hpp.
References exprtk::details::T0oT1< T, T0, T1 >::t0_.
|
inline |
Definition at line 17266 of file exprtk.hpp.
References exprtk::details::T0oT1< T, T0, T1 >::t1_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17245 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 17256 of file exprtk.hpp.
References exprtk::details::T0oT1< T, T0, T1 >::f_, exprtk::details::T0oT1< T, T0, T1 >::t0_, and exprtk::details::T0oT1< T, T0, T1 >::t1_.
|
private |
Definition at line 17293 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1< T, T0, T1 >::f(), and exprtk::details::T0oT1< T, T0, T1 >::value().
|
private |
Definition at line 17291 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1< T, T0, T1 >::t0(), and exprtk::details::T0oT1< T, T0, T1 >::value().
|
private |
Definition at line 17292 of file exprtk.hpp.
Referenced by exprtk::details::T0oT1< T, T0, T1 >::t1(), and exprtk::details::T0oT1< T, T0, T1 >::value().