InstanceTracker< FamilyT, ClassNameT, FactoryBaseT, FactoryT >::FactoryType< T > Struct Template Reference#include <InstanceTracker.h>
Detailed Description
template<class FamilyT, typename ClassNameT = std::string, class FactoryBaseT = Factory1Arg<FamilyT,std::string>, template< class U > class FactoryT = FactoryBaseT::template Factory>
template<class T>
struct InstanceTracker< FamilyT, ClassNameT, FactoryBaseT, FactoryT >::FactoryType< T >
allows indirect access to create factory classes
Definition at line 30 of file InstanceTracker.h.
The documentation for this struct was generated from the following file:
|