InterfaceTree

Contains details about an interface or class and all extended or implemented interfaces/classes recursively.

Members

Functions

availableVariables
const(FieldDetails)[] availableVariables(bool onlyPublic)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

details
InterfaceDetails details;

Details of the template in question.

inherits
InterfaceTree[] inherits;

All inherited classes in lexical order.

Meta