From: Federico Stella (f.stella_at_[hidden])
Date: 2005-04-05 20:17:16


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.