How to get all virtual functions of a class or interface?

Harry Vennik htvennik at zonnet.nl
Wed Feb 20 08:28:05 PST 2008


Hi all,

How can i get all virtual functions of a class or interface in D 2.0?
I mean doing the same thing as __traits(getVirtualFunctions, T, "identifier"), but not to get only overloads of one identifier, but really all functions of the class or interface.

Regards,

Harry


More information about the Digitalmars-d-learn mailing list