Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
Exception.h
1
#pragma once
2
3
#include <exception>
4
5
#include <
fsdk/FSDKError.h
>
6
#include <
fsdk/Def.h
>
7
8
namespace
fsdk {
9
10
struct
FSDK_API
Exception
{
11
explicit
Exception
(
fsdk::FSDKError
err) noexcept;
12
13
const
char
* what()
const
noexcept;
14
15
fsdk::FSDKError
getError()
const
noexcept;
16
17
private
:
18
fsdk::FSDKError
m_error;
19
};
20
}
FSDK_API
#define FSDK_API
Dummy.
Definition:
Def.h:27
FSDKError.h
Common SDK error codes.
Def.h
Common SDK definitions.
fsdk::Exception
Definition:
Exception.h:10
fsdk::FSDKError
FSDKError
Common SDK error codes.
Definition:
FSDKError.h:17
include
fsdk
Exception.h
Generated on Tue May 2 2023 18:36:40 for Face Engine SDK by
1.8.5