#include <src/PRGraph/PrecedenceRulesGraph.h>
Definition at line 555 of file PrecedenceRulesGraph.h.
◆ DataNode()
Constructor.
Definition at line 558 of file PrecedenceRulesGraph.h.
DataObjID m_data_object_path
PrecedenceRulesGraph * m_graph
◆ ~DataNode()
| virtual concurrency::DataNode::~DataNode |
( |
| ) |
|
|
virtualdefault |
◆ accept()
| virtual bool concurrency::DataNode::accept |
( |
IGraphVisitor & |
visitor | ) |
|
|
inlinevirtual |
◆ addConsumerNode()
| void concurrency::DataNode::addConsumerNode |
( |
AlgorithmNode * |
node | ) |
|
|
inline |
◆ addProducerNode()
| void concurrency::DataNode::addProducerNode |
( |
AlgorithmNode * |
node | ) |
|
|
inline |
◆ getConsumers()
Get all data object consumers.
Definition at line 582 of file PrecedenceRulesGraph.h.
std::vector< AlgorithmNode * > m_consumers
◆ getPath()
| const DataObjID& concurrency::DataNode::getPath |
( |
| ) |
|
|
inline |
◆ getProducers()
Get all data object producers.
Definition at line 580 of file PrecedenceRulesGraph.h.
std::vector< AlgorithmNode * > m_producers
◆ m_consumers
◆ m_data_object_path
| DataObjID concurrency::DataNode::m_data_object_path |
|
private |
◆ m_graph
◆ m_producers
The documentation for this class was generated from the following file: