#include <settings.h>
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 |
References value.
| Settings* SettingsEntry::group = nullptr |
Referenced by SettingsEntry(), Settings::getGroup(), Settings::printEntry(), and Settings::setEntry().
| bool SettingsEntry::is_group = false |
| std::string SettingsEntry::value = "" |
Referenced by SettingsEntry(), Settings::get(), Settings::printEntry(), and Settings::setEntry().