Boost logo

Boost Users :

Subject: Re: [Boost-users] Factory pattern ?
From: Stjepan Rajko (stipe_at_[hidden])
Date: 2008-10-20 18:36:53


On Mon, Oct 20, 2008 at 2:32 PM, Olivier Tournaire <olitour_at_[hidden]> wrote:
> Hi all,
>
> I am wondering if a factory exists in boost. Any answer ?
>

Tobias Schwinger's Boost.Functional/Factory library was accepted into
boost last year
(http://lists.boost.org/boost-announce/2007/12/0161.php), but I don't
think it has made it to trunk yet (I think you can get it from the
vault). This library provides functional object adapters for both
dynamic allocation of objects as well as value-based construction.

I have found it relatively straightforward to use this library in
concert with Boost.Function and Boost.Bind to construct simple factory
classes that can allocate objects based on provided keys. If that's
the sort of factory you are looking for, I recommend Tobias's library.

Kind regards,

Stjepan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net