Scenario.h File Reference
#include <memory>
#include <string>
#include <vector>
#include "ApplicationInstance.h"
#include "Package.h"
+ Include dependency graph for Scenario.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scenario
 Class containing data about a scenario and its applications. More...
 

Namespaces

namespace  ScenarioManager
 
namespace  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>