Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
Loading...
Searching...
No Matches
senzing::sdk::SzProduct Class Referenceabstract

Provides access to the Senzing product version and license metadata. More...

#include <SzProduct.hpp>

Inheritance diagram for senzing::sdk::SzProduct:

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.
 

Detailed Description

Provides access to the Senzing product version and license metadata.

Constructor & Destructor Documentation

◆ ~SzProduct()

virtual senzing::sdk::SzProduct::~SzProduct ( )
virtualdefault

Member Function Documentation

◆ GetLicense()

virtual std::string senzing::sdk::SzProduct::GetLicense ( )
pure virtual

Returns the JSON describing the currently installed license.

Implemented in senzing::sdk::core::SzCoreProduct.

◆ GetVersion()

virtual std::string senzing::sdk::SzProduct::GetVersion ( )
pure virtual

Returns the JSON describing the currently installed product version.

Implemented in senzing::sdk::core::SzCoreProduct.


The documentation for this class was generated from the following file: