|
Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
|
Provides access to the Senzing product version and license metadata. More...
#include <SzProduct.hpp>

Public Member Functions | |
| virtual | ~SzProduct ()=default |
| virtual std::string | GetLicense ()=0 |
| Returns the JSON describing the currently installed license. | |
| virtual std::string | GetVersion ()=0 |
| Returns the JSON describing the currently installed product version. | |
Provides access to the Senzing product version and license metadata.
|
virtualdefault |
|
pure virtual |
Returns the JSON describing the currently installed license.
Implemented in senzing::sdk::core::SzCoreProduct.
|
pure virtual |
Returns the JSON describing the currently installed product version.
Implemented in senzing::sdk::core::SzCoreProduct.