IOLink IOL_v1.8.0_release
Loading...
Searching...
No Matches
DependencyGraph.h
1#pragma once
2
3#include <iolink/IOLinkAPI.h>
4#include <iolink/view/View.h>
5
6namespace iolink
7{
8
13{
17};
18
22class IOLINK_API DependencyGraph
23{
24public:
35 static CommonAncestorStatus hasCommonAncestor(std::shared_ptr<View> view1, std::shared_ptr<View> view2);
36};
37
38} // namespace iolink