Face Engine SDK 5.25.0
A face detection, recognition and tracking engine.
Loading...
Searching...
No Matches
fsdk::ISettingsProvider::Desc Struct Reference

Configuration parameter description. More...

#include <ISettingsProvider.h>

Public Member Functions

 Desc () noexcept
 Initialize an empty description.
 
 Desc (const char *desc) noexcept
 Initialize a description.
 
const char * getDesc () const noexcept
 Get description text.
 
void setDesc (const char *desc) noexcept
 Set description text.
 

Protected Attributes

char m_desc [m_bufferLength]
 Parameter description text.
 

Static Protected Attributes

static const unsigned int m_bufferLength = 256
 

Detailed Description

Configuration parameter description.

Constructor & Destructor Documentation

◆ Desc()

fsdk::ISettingsProvider::Desc::Desc ( const char * desc)
noexcept

Initialize a description.

Parameters
descdescription text.

Member Function Documentation

◆ getDesc()

const char * fsdk::ISettingsProvider::Desc::getDesc ( ) const
noexcept

Get description text.

Returns
description text.

◆ setDesc()

void fsdk::ISettingsProvider::Desc::setDesc ( const char * desc)
noexcept

Set description text.

Parameters
descdescription text.

The documentation for this struct was generated from the following file: