Is there a way at runtime to discover what functions an object's class has? (This is for debugging)
This is a discussion on How query runtime object for its functions? within the C++ Programming forums, part of the General Programming Boards category; Is there a way at runtime to discover what functions an object's class has? (This is for debugging)...
Is there a way at runtime to discover what functions an object's class has? (This is for debugging)
No as (standard) C++ does not have a reflection mechanism.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way