$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [intro] Preview: Introspection library
From: Sohail Somani (sohail_at_[hidden])
Date: 2010-06-28 10:19:09
On 10-06-28 10:01 AM, Matus Chochlik wrote:
> Mirror allows to introspect constructors and actually there is a utility called
> factory generator, which uses this meta-information to generate factory
> classes for various product types.The docs for this utility can be found here:
> http://kifri.fri.uniza.sk/~chochlik/mirror-lib/html/mirror__factory__generator__utility.html
> but they are not finished.
That's funny, I've been working on something similar from a different
angle: http://bitbucket.org/cheez/dicpp/wiki/Home
Will check out Mirror, thanks for the link.