FactoryObjectsDeclar Namespace Reference

Declarations used in FactoryObjects and in objects that it creates. More...


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.


Detailed Description

Declarations used in FactoryObjects and in objects that it creates.

Typedef Documentation

typedef Object FactoryObjectsDeclar::ProductType

Type of basic product.

typedef string FactoryObjectsDeclar::IdentifierType

Type of identifier used to create instances.

typedef Object::Config FactoryObjectsDeclar::InitializerType

Initializer type of the product (passed as constructor argument).

typedef Object*(* ) FactoryObjectsDeclar::CreateFunctionType(const InitializerType &)

Function that will create instance of a selected product.


Generated on Sun Apr 29 11:46:11 2007 for IPP/ICP2007 by  doxygen 1.4.7