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