dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Utils::SystemConfig Member List

This is the complete list of members for dfx::Utils::SystemConfig, including all inherited members.

addEntry(std::string key, Value defaultValue, std::string description, Getter getter, Setter setter, bool readOnly=false)dfx::Utils::SystemConfig
allEntryValues() constdfx::Utils::SystemConfig
Callback typedefdfx::Utils::SystemConfig
Callbacks typedefdfx::Utils::SystemConfig
deregisterCallback(Id id)dfx::Utils::SystemConfig
entryDefaultValue(std::string_view configKey) constdfx::Utils::SystemConfiginline
entryDescription(std::string_view configKey) constdfx::Utils::SystemConfiginline
entryValue(std::string_view configKey) constdfx::Utils::SystemConfiginline
Getter typedefdfx::Utils::SystemConfig
hasEntry(std::string_view key) constdfx::Utils::SystemConfig
Id typedefdfx::Utils::SystemConfig
isEntryReadOnly(std::string_view configKey) constdfx::Utils::SystemConfiginline
loadConfig(fs::path const &path)dfx::Utils::SystemConfig
registerCallback(std::string_view configKey, Callback cb)dfx::Utils::SystemConfig
removeEntry(std::string_view key)dfx::Utils::SystemConfig
setEntryValue(std::string_view configKey, Value newValue)dfx::Utils::SystemConfig
Setter typedefdfx::Utils::SystemConfig
SystemConfig(UnorderedStringMap< Value > cliOverride={})dfx::Utils::SystemConfig
SystemConfig(fs::path const &path, UnorderedStringMap< Value > cliOverride={})dfx::Utils::SystemConfig
~SystemConfig()dfx::Utils::SystemConfig