TriggerCommandFactoryList.hpp
1 #pragma once
2 #include <Scenario/Commands/TimeSync/TriggerCommandFactory/TriggerCommandFactory.hpp>
3 
4 #include <score/plugins/InterfaceList.hpp>
5 
6 #include <ossia/detail/algorithms.hpp>
7 
8 namespace Scenario
9 {
10 namespace Command
11 {
13  : public score::MatchingFactory<TriggerCommandFactory>
14 {
15 };
16 }
17 }
Definition: TriggerCommandFactoryList.hpp:14
Utility class for making a factory interface list.
Definition: InterfaceList.hpp:153
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14