MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / FeatureFactory

Method FeatureFactory

Suscan/FeatureFactory.cpp:53–63  ·  view source on GitHub ↗

//////////////////////// FeatureFactory //////////////////////////////////

Source from the content-addressed store, hash-verified

51
52///////////////////////////// FeatureFactory //////////////////////////////////
53FeatureFactory::FeatureFactory(Plugin *plugin)
54{
55 // Construction of a FeatureFactory: notify the plugin about this new
56 // factory
57 if (plugin == nullptr)
58 plugin = Suscan::Plugin::getDefaultPlugin();
59
60 m_plugin = plugin;
61
62 plugin->registerFactory(this);
63}
64
65FeatureFactory::~FeatureFactory()
66{

Callers

nothing calls this directly

Calls 1

registerFactoryMethod · 0.80

Tested by

no test coverage detected