S
sujit
Hi All,
I have query regarding "C++ and Reflection". I could not get sufficient
information from net on this topic.
Does C++ support reflection or any features similar to some other
languages like Java?
As far as I understand C++ does support a feature on RTTI. At lest I
have not used it for anything more than simple object identidy
verification. Can it be classified as a sort of relection or rather can
this RTTI feature be used for any other purpose?
Finally in languages like Java reflection is widely used and is
considered as a useful feature. Are there any efforts going on to make
available true reflection features in C++ too.
Thanks
Sujit
I have query regarding "C++ and Reflection". I could not get sufficient
information from net on this topic.
Does C++ support reflection or any features similar to some other
languages like Java?
As far as I understand C++ does support a feature on RTTI. At lest I
have not used it for anything more than simple object identidy
verification. Can it be classified as a sort of relection or rather can
this RTTI feature be used for any other purpose?
Finally in languages like Java reflection is widely used and is
considered as a useful feature. Are there any efforts going on to make
available true reflection features in C++ too.
Thanks
Sujit