Re: [boost] Is there any interest in a library which solves C++ class reflection feature just like Java does?

6 Dec
2011
6 Dec
'11
7:31 p.m.
Matus Chochlik on Tue, Dec 6, 2011 at 2:40 AM, jinhua luo <ljh.home.king@gmail.com> wrote:
Hi,
Hi,
It has some unique advantages: a) it doesn't require code generator Good, but it is not so unique
Because C++ compiler is a code generator? [ ...]
d) Cross shared library boundary, you can dynamic load the shared library and reflect the classes within it, without need to export any symbol manunally in C wrapper function way I believe (and I have some expertise in using and implementing reflection in C++ to base that belief upon) that the basic reflection should compile-time and any run-time reflection should be built on top of that. Agreed.
-- Brian Wood Ebenezer Enterprises http://webEbenezer.net <http://webebenezer.net/> (651) 251-9384
4935
Age (days ago)
4935
Last active (days ago)
0 comments
1 participants
participants (1)
-
Brian Wood