Mirror reflection library 0.5.13
Classes

Mirror - Factory generator utility

Classes

class  mirror::factory< Manufacturer, Suppliers, Enumerator, SourceTraits, Product >
 Class template for generation of object factories. More...
struct  mirror::factory_maker< Manufacturer, Suppliers, Enumerator, SourceTraits >
 Helper class for more convenient instantiation of the factory template. More...
struct  mirror::default_fact_suppliers< Product, Unused >

Detailed Description

The factory generator utility allows to easily create implementations of object factories. Factories are objects which can create instances of various types (Products) by gathering the parameters necessary for the construction in an application-defined way, they pick or let the user pick the most appropriate constructor and use the Product 's constructor to create the instance. More on the principles and the usage of the factory generator can be found here.


Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.