![]() |
The Gaudi Framework
v28r2
|
A visitor, performing full top-down traversals of a graph. More...
#include <src/PRGraphVisitors.h>


Public Member Functions | |
| Trigger (const int &slotNum) | |
| Constructor. More... | |
| ~Trigger () override | |
| Destructor. More... | |
| bool | visitEnter (DecisionNode &node) const override |
| bool | visit (DecisionNode &node) override |
| bool | visitLeave (DecisionNode &) const override |
| bool | visitEnter (AlgorithmNode &node) const override |
| bool | visit (AlgorithmNode &node) override |
| void | reset () override |
Public Member Functions inherited from concurrency::IGraphVisitor | |
| virtual | ~IGraphVisitor () |
Additional Inherited Members | |
Public Attributes inherited from concurrency::IGraphVisitor | |
| int | m_nodesSucceeded |
| int | m_slotNum |
A visitor, performing full top-down traversals of a graph.
Definition at line 38 of file PRGraphVisitors.h.
|
inline |
|
inlineoverride |
|
inlineoverridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
Implements concurrency::IGraphVisitor.
Definition at line 52 of file PRGraphVisitors.h.