$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: pongba (pongba_at_[hidden])
Date: 2006-01-30 04:59:01
Stefan Roiser <stefan.roiser <at> cern.ch> writes:
>
> Hi,
>
> We would like to propose a library and tools which enhance C++ with
> reflection capabilities. The package, "Reflex", provides a library
> for runtime introspection and interaction with C++ "constructs" such
> as objects, types, scopes, members, templated types, ... The library
> has no external dependencies and was developed with the ISO/IEC
> standard for C++ as guideline.
>
It sounds pretty interesting:)
I extremely hoped that C++ would have reflection at, maybe, C++0x or so.
So I wish your library can make its way into boost, and, finally, into C++
standard library.
BTW, to me, it seems the user-interface of the library needs some further
refinement though, and there's quite a lack of documents.
Regards.