dub v0.9.21-beta.3 (2014-01-15T13:36:19Z)
Dub
Repo
VisualDGenerator.SourceFile
dub
generators
visuald
VisualDGenerator
Undocumented in source.
class
VisualDGenerator
struct
SourceFile {
Path
structurePath
;
Path
filePath
;
bool
build
;
hash_t
toHash
();
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.
toHash
hash_t
toHash
()
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.
structurePath
Path
structurePath
;
Undocumented in source.
Meta
Source
See Implementation
dub
generators
visuald
VisualDGenerator
constructors
this
functions
generateTargets
sortedSources
structs
SourceFile