Minsky
schema1::ItemFactory Struct Reference
Inheritance diagram for schema1::ItemFactory:
Inheritance graph
Collaboration diagram for schema1::ItemFactory:
Collaboration graph

Public Member Functions

 ItemFactory ()
 
template<class T >
void registerType ()
 

Detailed Description

Definition at line 167 of file schema1.cc.

Constructor & Destructor Documentation

◆ ItemFactory()

schema1::ItemFactory::ItemFactory ( )
inline

Definition at line 169 of file schema1.cc.

References schema1::enumerateRegisterItems().

169 {enumerateRegisterItems(*this);}
void enumerateRegisterItems(F &f)
utilities to call registerType for these class heirarchies, for different factory types ...
Here is the call graph for this function:

Member Function Documentation

◆ registerType()

template<class T >
void schema1::ItemFactory::registerType ( )
inline

Definition at line 172 of file schema1.cc.

173  {registerType<T>(classdesc::typeName<T>());}

The documentation for this struct was generated from the following file: