GenFactory

Factory generation mixin for base classes. This generates the interface code to construct the backend varient of the class depending on which backend is selected, and what backends were compiled in.

  1. template GenFactory(string object_)
    template GenFactory (
    string object_
    ) {}
  2. template GenFactory(string object_, string params)

Members

Variables

GenFactory
char[] GenFactory;
Undocumented in source.

Meta