|
waLBerla 7.3
|
#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 |
| Public Member Functions inherited from walberla::executiontree::IFunctionNode | |
| 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 |