|
#include "../data_structure/ApplicationInstance.h"
#include "../parser/StatusManager.h"
#include "ApplicationStopper.h"
Go to the source code of this file.
Classes | |
class | StopStrategy |
Interface for classes that define how an application get stopped. More... | |
Namespaces | |
ScenarioManager | |
ScenarioManager::Data_Structure | |
ScenarioManager::Exec | |
Typedefs | |
using | ApplicationInstancePtr = std::shared_ptr< ScenarioManager::Data_Structure::ApplicationInstance > |
using ApplicationInstancePtr = std::shared_ptr<ScenarioManager::Data_Structure::ApplicationInstance> |
Definition at line 7 of file StopStrategy.h.