mage.gen

Undocumented in source.

Modules

vs2013
module mage.gen.vs2013
Undocumented in source.
vsCommon
module mage.gen.vsCommon

Common code for Visual Studio generators.

Public Imports

mage.gen.vs2013
public import mage.gen.vs2013;
Undocumented in source.

Members

Functions

registerGenerator
void registerGenerator(string name, IGenerator generator)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IGenerator
interface IGenerator
Undocumented in source.

Mixin templates

RegisterGenerator
mixintemplate RegisterGenerator(G, Name...)
Undocumented in source.

Variables

generatorRegistry
IGenerator[string] generatorRegistry;
Undocumented in source.

Meta