![]() |
The Gaudi Framework
master (53dee381)
|
#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/Visitors/Validators.h>


Public Member Functions | |
| bool | visitEnter (AlgorithmNode &) const override |
| bool | visitEnter (DataNode &) const override |
| bool | visitEnter (ConditionNode &) const override |
| bool | visit (DecisionNode &) override |
| std::string | reply () const |
| bool | passed () const |
| void | reset () override |
| virtual bool | visit (AlgorithmNode &) |
| virtual bool | visit (DataNode &) |
| virtual bool | visit (ConditionNode &) |
| virtual bool | visitEnter (DecisionNode &) const |
| Public Member Functions inherited from concurrency::IGraphVisitor | |
| virtual | ~IGraphVisitor ()=default |
Private Attributes | |
| std::ostringstream | m_status { " No 'Concurrent'/'Prompt' contradictions found" } |
| bool | m_foundViolations { false } |
Definition at line 27 of file Validators.h.
|
inline |
Definition at line 39 of file Validators.h.
|
inline |
Definition at line 38 of file Validators.h.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 40 of file Validators.h.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 28 of file IGraphVisitor.h.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 34 of file IGraphVisitor.h.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 31 of file IGraphVisitor.h.
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 18 of file Validators.cpp.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 32 of file Validators.h.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 34 of file Validators.h.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 33 of file Validators.h.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 24 of file IGraphVisitor.h.
|
private |
Definition at line 47 of file Validators.h.
|
private |
Definition at line 46 of file Validators.h.