#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>
Definition at line 415 of file PrecedenceRulesGraph.h.
◆ ControlFlowNode()
concurrency::ControlFlowNode::ControlFlowNode |
( |
PrecedenceRulesGraph & | graph, |
|
|
unsigned int | nodeIndex, |
|
|
const std::string & | name ) |
|
inline |
Constructor.
Definition at line 418 of file PrecedenceRulesGraph.h.
const std::string & name() const
Get node name.
PrecedenceRulesGraph * m_graph
◆ ~ControlFlowNode()
virtual concurrency::ControlFlowNode::~ControlFlowNode |
( |
| ) |
|
|
virtualdefault |
◆ accept()
virtual bool concurrency::ControlFlowNode::accept |
( |
IGraphVisitor & | visitor | ) |
|
|
pure virtual |
◆ getNodeIndex()
const unsigned int & concurrency::ControlFlowNode::getNodeIndex |
( |
| ) |
const |
|
inline |
◆ name()
const std::string & concurrency::ControlFlowNode::name |
( |
| ) |
const |
|
inline |
◆ printState()
virtual void concurrency::ControlFlowNode::printState |
( |
std::stringstream & | output, |
|
|
EventSlot & | slot, |
|
|
const unsigned int & | recursionLevel ) const |
|
pure virtual |
◆ m_graph
◆ m_nodeIndex
unsigned int concurrency::ControlFlowNode::m_nodeIndex |
|
protected |
◆ m_nodeName
std::string concurrency::ControlFlowNode::m_nodeName |
|
protected |
The documentation for this class was generated from the following file: