Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
License.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UTILS_LICENSE_HPP_
2#define IV_SRC_UTILS_LICENSE_HPP_
3
4#include <string_view>
5
6namespace iv::utils::license
7{
8
9enum class eLicense
10{
11 Cloud,
12 Diamar,
15};
16
20
21}// namespace iv::utils::license
22
23#endif//IV_SRC_UTILS_LICENSE_HPP_
Definition License.cpp:11
std::string generateLicenseCode(iv::utils::license::eLicense type)
Definition License.cpp:70
eLicense
Definition License.hpp:10
std::string generateLicenseData(iv::utils::license::eLicense type)
Definition License.cpp:65
bool checkLicense(iv::utils::license::eLicense type)
Definition License.cpp:48