|
Go to the source code of this file.
Classes | |
class | ApplicationInstance |
Class containing data about the instance of an application. Provides methods to get and set the data. It is only representative and doesn't actually synchronize with the configuration files. More... | |
struct | ApplicationStatus |
Namespaces | |
ScenarioManager | |
ScenarioManager::Data_Structure | |
Typedefs | |
using | ApplicationInstancePtr = std::shared_ptr< ApplicationInstance > |
using | ApplicationInstanceVectorPtr = std::shared_ptr< std::vector< ApplicationInstancePtr > > |
using | ApplicationInstanceWPtr = std::weak_ptr< ApplicationInstance > |