Face Engine SDK
4.6.0
A face detection, recognition and tracking engine.
|
Configuration parameter key. More...
#include <ISettingsProvider.h>
Public Member Functions | |
Key () noexcept | |
Initialize an empty key. | |
Key (const char *section, const char *parameter) noexcept | |
Initialize a key. More... | |
const char * | getSection () const noexcept |
Get section name. More... | |
const char * | getParameter () const noexcept |
Get parameter name. More... | |
void | setSection (const char *section) noexcept |
Set section name. More... | |
void | setParameter (const char *parameter) noexcept |
Set parameter name. More... | |
bool | operator< (const ISettingsProvider::Key &other) const noexcept |
Operator Less . More... | |
Protected Attributes | |
char | m_section [m_bufferLength] |
Config section name. | |
char | m_parameter [m_bufferLength] |
Config parameter name. | |
Static Protected Attributes | |
static const unsigned int | m_bufferLength = 128 |
Configuration parameter key.
|
inlinenoexcept |
Get parameter name.
|
inlinenoexcept |
Get section name.