
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.