Classes | |
class | FactoryObjectsError |
Manages the "Unknown Type" error in the FactoryObjects. More... | |
Typedefs | |
typedef Object | ProductType |
Type of basic product. | |
typedef string | IdentifierType |
Type of identifier used to create instances. | |
typedef Object::Config | InitializerType |
Initializer type of the product (passed as constructor argument). | |
typedef Object *(*) | CreateFunctionType (const InitializerType &) |
Function that will create instance of a selected product. |
Type of basic product.
typedef string FactoryObjectsDeclar::IdentifierType |
Type of identifier used to create instances.
Initializer type of the product (passed as constructor argument).
typedef Object*(* ) FactoryObjectsDeclar::CreateFunctionType(const InitializerType &) |
Function that will create instance of a selected product.