waLBerla 7.2
|
#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 |
![]() | |
virtual | ~IFunctionNode ()=default |
virtual std::deque< shared_ptr< IFunctionNode > > | getChildren () const |
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 ) |
|
inlineoverridevirtual |
Implements walberla::executiontree::IFunctionNode.
|
overridevirtual |
Implements walberla::executiontree::IFunctionNode.
|
private |
|
private |
|
private |