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

Go to the source code of this file.

Classes

class  Package
 Class containing data about a package, its scenarios and its applications. More...
 

Namespaces

namespace  ScenarioManager
 
namespace  ScenarioManager::Data_Structure
 

Typedefs

using PackagePtr = std::shared_ptr<Package>
 
using PackageVectorPtr