![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Metadata and accessors for a single configuration entry. More...
#include <dfx-utilities/SystemConfig.hpp>
Public Attributes | |
| Getter | getter |
| Retrieves the current value (mutable: move_only_function call operator is non-const). | |
| Setter | setter |
| Applies a new value. | |
| std::string | description |
| Human-readable description (UI/help text). | |
| Value | defaultValue |
| Default value if not specified elsewhere. | |
| bool | readOnly = false |
If true, the entry is not meant to be modified at runtime. | |
Metadata and accessors for a single configuration entry.
| Value dfx::Utils::SystemConfig::Entry::defaultValue |
Default value if not specified elsewhere.
| std::string dfx::Utils::SystemConfig::Entry::description |
Human-readable description (UI/help text).
|
mutable |
Retrieves the current value (mutable: move_only_function call operator is non-const).
| bool dfx::Utils::SystemConfig::Entry::readOnly = false |
If true, the entry is not meant to be modified at runtime.
| Setter dfx::Utils::SystemConfig::Entry::setter |
Applies a new value.