$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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