|
#include <memory>
#include <vector>
#include <string>
#include "ApplicationInstance.h"
#include "Package.h"
Go to the source code of this file.
Classes | |
class | Scenario |
Class containing data about a scenario and its applications. Provides methods to get and set the data contained in the scenario. It is only representative and doesn't actually manage the scenario. More... | |
Namespaces | |
ScenarioManager | |
ScenarioManager::Data_Structure | |
Typedefs | |
typedef std::map< std::string, std::string > | IceEnvMap |
using | ScenarioPtr = std::shared_ptr< Scenario > |
using | ScenarioVectorPtr = std::shared_ptr< std::vector< ScenarioPtr > > |
using | ScenarioWPtr = std::weak_ptr< Scenario > |