I want to emulate (simulate) the reflection feature in C#, Java and
other languages so I can extract type information. I want to automate
the generation of code based on the public and private data members in
structs and class.

Is there compiler switch to make the compiler emit XML for each class,
union or struct it injests?

Is there an example program that will read an executable image or .o
file and extract the type information stored there for the debugger?

Thanks,
Siegfried

_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to