|
#include <ArmarXCore/core/application/properties/IceProperties.h>
#include <ArmarXCore/core/application/properties/PropertyDefinitionContainer.h>
#include <memory>
#include <string>
#include <filesystem>
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. It doesn't manage the application therefore changes in this class won't synchronize to the actual configuration files. More... | |
Namespaces | |
ScenarioManager | |
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 > |