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

Method factory

Suscan/FeatureFactory.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41FeatureFactory *
42FeatureObject::factory() const
43{
44 return m_factory;
45}
46
47FeatureObject::~FeatureObject()
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected