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