![]() |
Face Engine SDK
5.30.2
A face detection, recognition and tracking engine.
|
Configuration parameter entry. More...
#include <ISettingsProvider.h>
Public Member Functions | |
| Entry () noexcept | |
| Initialize an empty entry. | |
| Entry (Entry &&right) | |
| Entry & | operator= (Entry &&right) |
| void | swap (Entry &first, Entry &second) |
| Entry (const Desc &desc, Value &&value) noexcept | |
| Initialize an entry. | |
| void | setDesc (const Desc &desc) noexcept |
| Set description. | |
| void | setValue (Value &&value) noexcept |
| Set value. | |
| const Desc & | getDesc () const noexcept |
| Get description. | |
| const Value & | getValue () const noexcept |
| Get value. | |
Public Attributes | |
| Value | m_value |
| Parameter value. | |
| Desc | m_desc |
| Parameter description. | |
Configuration parameter entry.
| fsdk::ISettingsProvider::Entry::Entry | ( | const Desc & | desc, |
| Value && | value | ||
| ) |
Initialize an entry.
| desc | description. |
| value | value. |
| const Desc& fsdk::ISettingsProvider::Entry::getDesc | ( | ) | const |
Get description.
| const Value& fsdk::ISettingsProvider::Entry::getValue | ( | ) | const |
Get value.
| void fsdk::ISettingsProvider::Entry::setDesc | ( | const Desc & | desc | ) |
Set description.
| desc | description. |
| void fsdk::ISettingsProvider::Entry::setValue | ( | Value && | value | ) |
Set value.
| value | value. |