$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Getting metadata of class
From: Christopher Schmidt (mr.chr.schmidt_at_[hidden])
Date: 2009-12-12 04:37:54
Alex Vinokur schrieb:
[snip]
> Does Boost contain any features to get metadata of classes?
There are some libraries under construction that might provide the
features you need. You have to specify the actual introspection
information yourself though. The libraries just help working with it in
a convenient way.
See
https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#ReflectiveProgramming
for more information.
-Christopher