dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Utils::SystemConfig::Entry Struct Reference

Metadata and accessors for a single configuration entry. More...

#include <dfx-utilities/SystemConfig.hpp>

Collaboration diagram for dfx::Utils::SystemConfig::Entry:
[legend]

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.

Detailed Description

Metadata and accessors for a single configuration entry.

Member Data Documentation

◆ defaultValue

Value dfx::Utils::SystemConfig::Entry::defaultValue

Default value if not specified elsewhere.

◆ description

std::string dfx::Utils::SystemConfig::Entry::description

Human-readable description (UI/help text).

◆ getter

Getter dfx::Utils::SystemConfig::Entry::getter
mutable

Retrieves the current value (mutable: move_only_function call operator is non-const).

◆ readOnly

bool dfx::Utils::SystemConfig::Entry::readOnly = false

If true, the entry is not meant to be modified at runtime.

◆ setter

Setter dfx::Utils::SystemConfig::Entry::setter

Applies a new value.


The documentation for this struct was generated from the following file: