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