Configuration parameter entry.
More...
#include <ISettingsProvider.h>
Configuration parameter entry.
◆ Entry()
fsdk::ISettingsProvider::Entry::Entry |
( |
const Desc & |
desc, |
|
|
Value && |
value |
|
) |
| |
|
inlinenoexcept |
Initialize an entry.
- Parameters
-
desc | description. |
value | value. |
◆ getDesc()
const Desc& fsdk::ISettingsProvider::Entry::getDesc |
( |
| ) |
const |
|
inlinenoexcept |
Get description.
- Returns
- description.
◆ getValue()
const Value& fsdk::ISettingsProvider::Entry::getValue |
( |
| ) |
const |
|
inlinenoexcept |
◆ setDesc()
void ISettingsProvider::Entry::setDesc |
( |
const Desc & |
desc | ) |
|
|
inlinenoexcept |
Set description.
- Parameters
-
◆ setValue()
void ISettingsProvider::Entry::setValue |
( |
Value && |
value | ) |
|
|
inlinenoexcept |
The documentation for this struct was generated from the following files: