|
Jlm
|
#include <CommandGraph.hpp>

Public Member Functions | |
| Edge (Node &source, Node &sink) | |
| Node & | GetSource () const noexcept |
| Node & | GetSink () const noexcept |
Private Attributes | |
| Node * | Sink_ |
| Node * | Source_ |
Represents a dependency between two commands in the command graph. The dependency indicates that the command represented by the GetSource() node should be executed before the command of the GetSink() node.
Definition at line 93 of file CommandGraph.hpp.
Definition at line 96 of file CommandGraph.hpp.
|
inlinenoexcept |
Definition at line 108 of file CommandGraph.hpp.
|
inlinenoexcept |
Definition at line 102 of file CommandGraph.hpp.
|
private |
Definition at line 114 of file CommandGraph.hpp.
|
private |
Definition at line 115 of file CommandGraph.hpp.