CRTP Base class to implement Object Factory functionality on a base class, use this rather than writing your own functions to return the factory.
More...
#include <ObjectFactory.h>
template<class T>
class SurgSim::Framework::FactoryBase< T >
CRTP Base class to implement Object Factory functionality on a base class, use this rather than writing your own functions to return the factory.
- Template Parameters
-
T | base class of the generated objects |
§ getFactory()
- Returns
- a reference to the factory
The documentation for this class was generated from the following file: