VerifyFuncRegister Constructor and Destructor

Description

Constructs or destructs an object of class VerifyFuncRegister.

Prototype

APIs using strings will be deprecated in later versions. Use APIs supporting non-string data instead.

VerifyFuncRegister(const std::string &operator_type, const VerifyFunc &verify_func)

VerifyFuncRegister(const char_t *const operator_type, const VerifyFunc &verify_func)

~VerifyFuncRegister() = default

Parameters

Parameter

Input/Output

Description

operator_type

Input

Operator type.

verify_func

Input

Operator Verify function.

Returns

An object of the VerifyFuncRegister class.

Restrictions

This API registers the operator verifyFunc function. This API is referenced by other header files and is not directly called by the operator developer.