January 12, 2017 Is there a way to get a compile-time list of all user classes? | ||||
---|---|---|---|---|
| ||||
Hello, I would like to get as a result a list of all classes that implement a specific user interface. Is there a way to do this? |
January 12, 2017 Re: Is there a way to get a compile-time list of all user classes? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Max | On Thursday, 12 January 2017 at 20:58:33 UTC, Max wrote:
> I would like to get as a result a list of all classes that implement a specific user interface. Is there a way to do this?
Not at compile time, it is possible there are child classes in separately compiled modules or libraries (or even runtime plugins).
|
Copyright © 1999-2021 by the D Language Foundation