List of derived types?

d coder dlang.coder at gmail.com
Thu Dec 16 05:16:41 PST 2010


Greetings

I need a way to know (using traits or other compile time constructs)
all the types derived from a given type.
Is it possible in D?

Is it possible to get a list of all the user-defined classes? I could
use that to filter out the classes that I need.

Regards
Cherry


More information about the Digitalmars-d-learn mailing list