Is there any corresponding C++ component for java.lang.reflect?
Hi all, I know C++ language does not support Java language's "reflect" mechanism. Is there any corresponding C++ component/library for java.lang.reflect? e.g., Does Boost support "reflect"? Thanks! Best Regards, Xie, Bo
Bo Xie wrote:
Hi all,
I know C++ language does not support Java language's "reflect" mechanism. Is there any corresponding C++ component/library for java.lang.reflect? e.g., Does Boost support "reflect"?
Nope, sorry. Jeff
Bo Xie
Hi all,
I know C++ language does not support Java language's "reflect" mechanism. Is there any corresponding C++ component/library for java.lang.reflect? e.g., Does Boost support "reflect"?
Thanks!
Best Regards, Xie, Bo
Check out Boost.TypeTraits. This is different from java's reflection facility which searches type information runtime. TypeTraits, instead, find out type information at compile time. Hope this helps. Minkoo Seo
Bo Xie wrote:
Hi all,
I know C++ language does not support Java language's "reflect" mechanism. Is there any corresponding C++ component/library for java.lang.reflect? e.g., Does Boost support "reflect"?
Boost doesn't support it but you can look at the Reflex++ library.
I googled "Reflex++" but can not find it. Could you please give me the
url for "Reflex++ library"? Thanks very much!
Best Regards,
Xie, Bo
On 8/22/06, Edward Diener
Bo Xie wrote:
Hi all,
I know C++ language does not support Java language's "reflect" mechanism. Is there any corresponding C++ component/library for java.lang.reflect? e.g., Does Boost support "reflect"?
Boost doesn't support it but you can look at the Reflex++ library.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Tue, 22 Aug 2006 19:06:52 +0800, "Bo Xie"
I googled "Reflex++" but can not find it. Could you please give me the url for "Reflex++ library"? Thanks very much!
Looks like Valentin Bonnard doesn't have a web page anymore :-( -- [ Gennaro Prota. C++ developer, Library designer. ] [ For Hire http://gennaro-prota.50webs.com/ ]
Bo Xie wrote:
I googled "Reflex++" but can not find it. Could you please give me the url for "Reflex++ library"? Thanks very much!
Sorry, it should have been just 'Reflex' at http://seal-reflex.web.cern.ch/seal-reflex/ /
participants (5)
-
Bo Xie
-
Edward Diener
-
Gennaro Prota
-
Jeff Garland
-
Minkoo Seo