|
|
#include "../data_structure/ApplicationInstance.h"#include "../parser/StatusManager.h"#include "ApplicationStopper.h"
Include dependency graph for StopStrategy.h:
This graph shows which files directly or indirectly include this file: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 8 of file StopStrategy.h.