Trass3r wrote: > Is there any way to loop through specific members of a class, e.g. all > public functions? > I've already seen a function getMembers in druntime's ClassInfo class > but I can't find anything related to the attributes there.
Assuming you're using D2, http://digitalmars.com/d/2.0/traits.html might prove to be of interest. -- Daniel