$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Abstract factory
From: Michiel Helvensteijn (m.helvensteijn_at_[hidden])
Date: 2008-12-13 07:19:32
Jason Felice wrote:
> Does boost have an abstract factory? I'm reading through Alexandrescu's
> "Modern C++ Design" and finding the idea neat, and I'm surprised to not
> find an equivalent in boost. Or alternately, is there another
> preferred solution?
Why would you need a library solution to implement an abstract factory? The
class structure of the AF pattern is highly dependent on your needs, but is
rather simple to write. I can't think of any library solution that would
make the job easier.
Can you explain what it is you are looking for?
-- Michiel Helvensteijn