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