Boost logo

Boost Users :

From: Minkoo Seo (minkoo.seo_at_[hidden])
Date: 2006-08-21 12:48:13


Bo Xie <xiebopublic <at> gmail.com> writes:

>
> 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net