#include <settings.h>
Collaboration diagram for SettingsEntry:Public Member Functions | |
| SettingsEntry ()=default | |
| SettingsEntry (const std::string &value_) | |
| SettingsEntry (Settings *group_) | |
Public Attributes | |
| std::string | value = "" |
| Settings * | group = nullptr |
| bool | is_group = false |
|
default |
|
inline |
|
inline |
| Settings* SettingsEntry::group = nullptr |
Referenced by Settings::getGroup(), Settings::printEntry(), and Settings::setEntry().
| bool SettingsEntry::is_group = false |
Referenced by Settings::get(), Settings::getGroup(), Settings::printEntry(), Settings::setEntry(), and TestSettings::testAllSettings().
| std::string SettingsEntry::value = "" |
Referenced by Settings::get(), Settings::printEntry(), and Settings::setEntry().