#include <ExecutionTree.h>
◆ Sequence()
walberla::executiontree::Sequence::Sequence |
( |
std::initializer_list< IFunctionNodePtr > |
initializerList, |
|
|
const std::string & |
name, |
|
|
const TimingTreePtr & |
timingTree = nullptr , |
|
|
bool |
parallel = false |
|
) |
| |
◆ getChildren()
std::deque< IFunctionNodePtr > walberla::executiontree::Sequence::getChildren |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getName()
std::string walberla::executiontree::Sequence::getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator()()
void walberla::executiontree::Sequence::operator() |
( |
| ) |
|
|
overridevirtual |
◆ push_back()
void walberla::executiontree::Sequence::push_back |
( |
const IFunctionNodePtr & |
fct | ) |
|
|
inline |
◆ push_front()
void walberla::executiontree::Sequence::push_front |
( |
const IFunctionNodePtr & |
fct | ) |
|
|
inline |
◆ children_
◆ name_
std::string walberla::executiontree::Sequence::name_ |
|
private |
◆ parallel_
bool walberla::executiontree::Sequence::parallel_ |
|
private |
◆ timingTree_
shared_ptr< WcTimingTree > walberla::executiontree::Sequence::timingTree_ |
|
private |
The documentation for this class was generated from the following files:
- /builds/administration/walberla-website/walberla/src/executiontree/ExecutionTree.h
- /builds/administration/walberla-website/walberla/src/executiontree/ExecutionTree.cpp