![]() |
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 <SurgSim/Framework/ObjectFactory.h>
Public Types | |
typedef ObjectFactory< T > | FactoryType |
Static Public Member Functions | |
static FactoryType & | getFactory () |
CRTP Base class to implement Object Factory functionality on a base class, use this rather than writing your own functions to return the factory.
T | base class of the generated objects |
typedef ObjectFactory<T> SurgSim::Framework::FactoryBase< T >::FactoryType |
|
inlinestatic |