score
Home
Classes
Namespaces
Files
ExecutionComponent.hpp
1
#pragma once
2
#include <score/model/Component.hpp>
3
4
namespace
Execution
5
{
6
struct
Context;
7
using
Component =
score::GenericComponent<const Context>
;
8
}
score::GenericComponent
A component that has a reference to a specific context object.
Definition:
lib/score/model/Component.hpp:58
Execution
Components used for the execution of a score.
Definition:
ProcessComponent.cpp:12