Virtual base class for operations of FunctionTree nodes.
More...
#include <Functions.hpp>
Virtual base class for operations of FunctionTree nodes.
Definition at line 30 of file Functions.hpp.
◆ Strategy()
ComPWA::FunctionTree::Strategy::Strategy |
( |
ParType |
out, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ ~Strategy()
virtual ComPWA::FunctionTree::Strategy::~Strategy |
( |
| ) |
|
|
virtualdefault |
◆ execute()
virtual void ComPWA::FunctionTree::Strategy::execute |
( |
ParameterList & |
paras, |
|
|
std::shared_ptr< Parameter > & |
out |
|
) |
| |
|
pure virtual |
◆ OutType()
virtual const ParType ComPWA::FunctionTree::Strategy::OutType |
( |
| ) |
const |
|
inlinevirtual |
◆ str()
std::string ComPWA::FunctionTree::Strategy::str |
( |
| ) |
const |
|
inline |
◆ operator<< [1/2]
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
std::shared_ptr< Strategy > |
b |
|
) |
| |
|
friend |
◆ operator<< [2/2]
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Strategy & |
b |
|
) |
| |
|
friend |
◆ checkType
ParType ComPWA::FunctionTree::Strategy::checkType |
|
protected |
◆ Name
const std::string ComPWA::FunctionTree::Strategy::Name |
|
protected |
The documentation for this class was generated from the following file: