core.factory

Undocumented in source.

Members

Functions

factory
Object factory(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.

Meta