DModule

Undocumented in source.

Constructors

this
this(string filename, string ext)
Undocumented in source.

Members

Functions

addImport
void addImport(string moduleName)
Undocumented in source. Be warned that the author may not have intended to support it.
addImportFile
void addImportFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
buildDependencyList
bool buildDependencyList()
Undocumented in source. Be warned that the author may not have intended to support it.
importedFiles
string[] importedFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
importedModules
string[] importedModules()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backdeps
DModule[string] backdeps;
Undocumented in source.
debugIds
int[string] debugIds;
Undocumented in source.
ext
string ext;
Undocumented in source.
filename
string filename;
Undocumented in source.
forceRebuild
bool forceRebuild;
Undocumented in source.
globalFile
bool globalFile;
Undocumented in source.
lastModified
SysTime lastModified;
Undocumented in source.
packageName
string packageName;
Undocumented in source.
versionIds
int[string] versionIds;
Undocumented in source.

Meta