C++ Reflection¶
Links¶
CppReflect - extracts reflection information from executables, which were build with debug information. It works with executables that has COFF or ELF format.
XTI An Extended Type Information Library - Bjarne Stroustrup talk about adding reflection information to C++ program.