All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Qtilities::Core::FactoryItem< BaseClass, ActualClass > Class Template Reference

Factory item class which is used inside classes which can register themselves as items in factories. More...

#include <Factory.h>

Inheritance diagram for Qtilities::Core::FactoryItem< BaseClass, ActualClass >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<class BaseClass, class ActualClass>
class Qtilities::Core::FactoryItem< BaseClass, ActualClass >

Factory item class which is used inside classes which can register themselves as items in factories.

This class is an implementation of the FactoryInterface interface used by the Factory class. Use this class if you want a factory to be able to create instances of your class.

For more information see the Factories article.

See also:
Factory, FactoryInterface


Qtilities : Reference Documentation Back to top Copyright © 2009-2013, Jaco Naudé