dub v0.9.19 (2013-10-18T14:33:41Z)
Dub
Repo
VisualDGenerator.SourceFile
dub
generators
visuald
VisualDGenerator
Undocumented in source.
class
VisualDGenerator
struct
SourceFile {
string
pkg
;
Path
structurePath
;
Path
filePath
;
bool
build
;
int
opCmp
(SourceFile rhs);
}
Members
Functions
opCmp
int
opCmp
(SourceFile rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
build
bool
build
;
Undocumented in source.
filePath
Path
filePath
;
Undocumented in source.
pkg
string
pkg
;
Undocumented in source.
structurePath
Path
structurePath
;
Undocumented in source.
Meta
Source
See Implementation
dub
generators
visuald
VisualDGenerator
constructors
this
functions
generateProject
sortedSources
structs
SourceFile