25 virtual std::string get_license_info()
const = 0;
37 std::unique_ptr<license> IRIS_SDK_EXPORT load_license_file(
const std::string &path);
std::unique_ptr< license > IRIS_SDK_EXPORT load_license_file()
Load license from file in known paths. (see known_paths)
The license object. A license object provide information about your limits in iris_sdk. See Licensing Use iris_sdk::load_license_from_file() and iris_sdk::load_license_from_data() functions for instantiate a license object.
Definition: license.h:18
std::unique_ptr< license > IRIS_SDK_EXPORT load_license_from_data(const std::vector< uint8_t > &data)
Load license from data container.