Application.h File Reference
#include <filesystem>
#include <memory>
#include <string>
#include <ArmarXCore/core/application/properties/IceProperties.h>
#include <ArmarXCore/core/application/properties/PropertyDefinitionContainer.h>
+ Include dependency graph for Application.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Application
 Class containing data about an application Provides methods to get and set the date contained in the application. More...
 

Namespaces

namespace  ScenarioManager
 
namespace  ScenarioManager::Data_Structure
 

Typedefs

using ApplicationPtr = std::shared_ptr<Application>
 
using ApplicationVectorPtr = std::shared_ptr<std::vector<ApplicationPtr>>
 
using PropertyEnabledMap = std::map<std::string, bool>