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

Method unregisterInstance

Suscan/FeatureFactory.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void
80FeatureFactory::unregisterInstance(FeatureObject *object)
81{
82 int index;
83
84 assert(m_plugin != nullptr);
85
86 if ((index = m_refSet.indexOf(object)) != -1)
87 m_refSet.removeAt(index);
88}
89
90bool
91FeatureFactory::canBeRemoved(void) const

Callers 1

~FeatureObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected