hi, i was wondering if there's a way for C++ to iterator through all types in a library.
i understand that RTTI is not as possible as reflection in java/c#, and there are some solutions that involve macros and the like, but assuming i don't have access to the original source code, and only have static libs, is it possible for me to look at the library programmatically and determine what types there are?
thanks.



LinkBack URL
About LinkBacks


