|
Cpp-Processing
|
This class represents a loaded into memory license file;. More...
#include <CelanturSDKInterface.h>
Public Member Functions | |
| License (std::filesystem::path license_path) | |
| License (const License &other) | |
| License & | operator= (const License &other) |
| License (License &&other) noexcept | |
| License & | operator= (License &&other) noexcept |
| ~License () | |
Public Attributes | |
| void * | _pimpl |
Friends | |
| class | Processor |
This class represents a loaded into memory license file;.
It is not used directly by user currently, but it will be used in the future to check the features of the SDK that are available to the user.
| CelanturSDK::License::License | ( | std::filesystem::path | license_path | ) |
References _pimpl.
|
noexcept |
| CelanturSDK::License::~License | ( | ) |
| CelanturSDK::License & CelanturSDK::License::operator= | ( | const License & | other | ) |
References _pimpl.
|
noexcept |
References _pimpl.
|
friend |
| void* CelanturSDK::License::_pimpl |