Core implementation of SzConfig backed by the native SzConfig_* module.
More...
#include <SzCoreConfig.hpp>
Core implementation of SzConfig backed by the native SzConfig_* module.
◆ SzCoreConfig() [1/2]
| senzing::sdk::core::SzCoreConfig::SzCoreConfig |
( |
SzCoreEnvironment & |
env, |
|
|
std::string |
configDefinition |
|
) |
| |
Constructs from the owning environment and an exported config definition (called by SzCoreConfigManager).
The native SzConfig_* module is assumed already initialized by the owning SzCoreConfigManager.
◆ ~SzCoreConfig()
| senzing::sdk::core::SzCoreConfig::~SzCoreConfig |
( |
| ) |
|
|
overridedefault |
◆ SzCoreConfig() [2/2]
| senzing::sdk::core::SzCoreConfig::SzCoreConfig |
( |
const SzCoreConfig & |
| ) |
|
|
delete |
◆ Export()
| std::string senzing::sdk::core::SzCoreConfig::Export |
( |
| ) |
|
|
overridevirtual |
◆ GetDataSourceRegistry()
| std::string senzing::sdk::core::SzCoreConfig::GetDataSourceRegistry |
( |
| ) |
|
|
overridevirtual |
◆ operator=()
◆ RegisterDataSource()
| std::string senzing::sdk::core::SzCoreConfig::RegisterDataSource |
( |
const std::string & |
dataSourceCode | ) |
|
|
overridevirtual |
◆ UnregisterDataSource()
| void senzing::sdk::core::SzCoreConfig::UnregisterDataSource |
( |
const std::string & |
dataSourceCode | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: