Is there a way to get a compile-time list of all user classes?
    Adam D. Ruppe via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Jan 12 13:22:37 PST 2017
    
    
  
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).
    
    
More information about the Digitalmars-d-learn
mailing list