
* mercoledì 06 aprile 2005, alle 10:16, Allen scrive:
Yes, I am interested in it. I've just uploaded to sandbox vault [1] and the filename is factory.zip. The library is only two headers files + a scope guard while waiting for an ufficial boost one.
Doc has been generated by doxygen using code comments, I think it is a start point, but it lacks tutorial and a more generalized doc with some example. In the zip file there is also a file (example.cpp) with simple tests. You have to download also singleton.zip that you can find in the directory singleon/ inside the vault. Obviously it's not ready for a formal review, but any flam^Wcomments, ideas, etc. are wellcome :) Fede. [1] http://boost-sandbox.sourceforge.net/vault/
Federico Stella wrote:
Is there any interest in a simple Factory Design Pattern library?
It uses a template based factory that register creator using an identifier and create object based on that identifier. Object could be default constructed or via typed_in_place_factory. Creator handle allocation using an allocator.
If there is any interest I could upload the library with the documentation.