core.factory
fn factory
Functions 1
fn
Object factory(alias mod)(string classname)Create instance of class specified by the module symbol and a string representing the name of the class. The class must either have no constructors or have a default constructor. Params: mod = symb...Templates 2
tmpl_getModuleClasses(alias mod)
Retrieve as a tuple all the types of the top level classes in the module mod.
tmpl_AliasSeq(TList...)