#include <ExecutionTree.h>
Public Member Functions | |
Functor (const FunctorType &functor, const std::string &name, const TimingTreePtr &timingTree) | |
std::string | getName () const override |
void | operator() () override |
Private Attributes | |
FunctorType | functor_ |
std::string | name_ |
shared_ptr< WcTimingTree > | timingTree_ |
walberla::executiontree::Functor< FunctorType >::Functor | ( | const FunctorType & | functor, |
const std::string & | name, | ||
const TimingTreePtr & | timingTree | ||
) |
|
inlineoverride |
|
override |
|
private |
|
private |
|
private |