walberla::executiontree::Functor< FunctorType > Class Template Reference

#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< WcTimingTreetimingTree_
 

Constructor & Destructor Documentation

◆ Functor()

template<typename FunctorType >
walberla::executiontree::Functor< FunctorType >::Functor ( const FunctorType &  functor,
const std::string &  name,
const TimingTreePtr timingTree 
)

Member Function Documentation

◆ getName()

template<typename FunctorType >
std::string walberla::executiontree::Functor< FunctorType >::getName ( ) const
inlineoverride

◆ operator()()

template<typename FunctorType >
void walberla::executiontree::Functor< FunctorType >::operator()
override

Member Data Documentation

◆ functor_

template<typename FunctorType >
FunctorType walberla::executiontree::Functor< FunctorType >::functor_
private

◆ name_

template<typename FunctorType >
std::string walberla::executiontree::Functor< FunctorType >::name_
private

◆ timingTree_

template<typename FunctorType >
shared_ptr< WcTimingTree > walberla::executiontree::Functor< FunctorType >::timingTree_
private

The documentation for this class was generated from the following files: