Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
Configuration parameter entry. More...
#include <ISettingsProvider.h>
Public Member Functions | |
Entry () noexcept=default | |
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. More... | |
void | setDesc (const Desc &desc) noexcept |
Set description. More... | |
void | setValue (Value &&value) noexcept |
Set value. More... | |
const Desc & | getDesc () const noexcept |
Get description. More... | |
const Value & | getValue () const noexcept |
Get value. More... | |
Public Attributes | |
Value | m_value |
Parameter value. | |
Desc | m_desc |
Parameter description. | |
Configuration parameter entry.
Initialize an entry.
desc | description. |
value | value. |
|
noexcept |
Get description.
|
noexcept |
Get value.
|
noexcept |
Set description.
desc | description. |
|
noexcept |
Set value.
value | value. |