29 #ifndef GPGFRONTEND_SETTINGSOBJECT_H
30 #define GPGFRONTEND_SETTINGSOBJECT_H
34 #include "core/function/DataObjectOperator.h"
72 nlohmann::json&
Check(
const std::string& key,
73 const nlohmann::json& default_value);
84 std::string settings_name_;
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
SettingsObject(std::string settings_name)
Construct a new Settings Object object.
Definition: SettingsObject.cpp:76
~SettingsObject()
Destroy the Settings Object object.
Definition: SettingsObject.cpp:100
Definition: FileReadTask.cpp:29