Get class name of C++ class at runtime

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 7 02:59:23 PDT 2016


Is it possible to get the name of a C++ class, "extern(C++) class Foo 
{}", at runtime just as it's possible to do the same for a D class, like 
"object.classinfo.name"?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list