Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
fir_list_removed_item.h
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include <face_sdk_base/export.h>
7 
8 #include <c_interface/common/face_sdk_class.h>
9 
10 FACE_SDK_EXTERN_C_BEGIN
11 
19 DECLARE_FACE_SDK_CLASS(fir_list_removed_item)
20 
21 DECLARE_FACE_SDK_CONSTRUCTOR_DESTRUCTOR(fir_list_removed_item)
22 
23 DECLARE_FACE_SDK_SETTER_GETTER_METHODS(fir_list_removed_item, removed_index, uint32_t)
24 
25 DECLARE_FACE_SDK_SETTER_GETTER_METHODS(fir_list_removed_item, moved_index, uint32_t)
26 
27 
29 FACE_SDK_EXTERN_C_END