CSPCoherencyCheckerList.hpp
1 #pragma once
2 
3 #include "CoherencyCheckerFactoryInterface.hpp"
4 
5 #include <score/plugins/Interface.hpp>
6 #include <score/plugins/InterfaceList.hpp>
7 
8 namespace Scenario
9 {
10 class SCORE_PLUGIN_SCENARIO_EXPORT CSPCoherencyCheckerList final
11  : public score::InterfaceList<CoherencyCheckerFactoryInterface>
12 {
13 public:
15 };
16 }
Definition: CSPCoherencyCheckerList.hpp:12
Definition: CoherencyCheckerFactoryInterface.hpp:17
InterfaceList Default implementation of InterfaceListBase.
Definition: InterfaceList.hpp:80
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14