Is there any interest in a Factory Pattern library?

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. Federico.

Yes, I am interested in it. 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.
Federico.

* 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.

FYI, I have an object factory implementation currenty in the YahooGroups vault. You might want to take a look at it to see how it compares to your implementation. http://groups.yahoo.com/group/boost/files/object_factory/ Rob 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.
Federico.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

* mercoledì 06 aprile 2005, alle 00:25, Rob Geiman scrive:
FYI, I have an object factory implementation currenty in the YahooGroups vault. You might want to take a look at it to see how it compares to your implementation.
http://groups.yahoo.com/group/boost/files/object_factory/ I wasn't aware and I'll check your implementation.
participants (3)
-
Allen
-
Federico Stella
-
Rob Geiman