walberla::executiontree::IFunctionNode Class Referenceabstract

#include <ExecutionTree.h>

+ Inheritance diagram for walberla::executiontree::IFunctionNode:

Public Member Functions

virtual ~IFunctionNode ()=default
 
virtual void operator() ()=0
 
virtual std::string getName () const =0
 
virtual std::deque< shared_ptr< IFunctionNode > > getChildren () const
 

Constructor & Destructor Documentation

◆ ~IFunctionNode()

virtual walberla::executiontree::IFunctionNode::~IFunctionNode ( )
virtualdefault

Member Function Documentation

◆ getChildren()

virtual std::deque< shared_ptr< IFunctionNode > > walberla::executiontree::IFunctionNode::getChildren ( ) const
inlinevirtual

◆ getName()

virtual std::string walberla::executiontree::IFunctionNode::getName ( ) const
pure virtual

◆ operator()()

virtual void walberla::executiontree::IFunctionNode::operator() ( )
pure virtual

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