mage ~master (2021-12-21T00:38:25.4342263)
Dub
Repo
TargetCommonMixin
mage
target
Undocumented in source.
mixin template
TargetCommonMixin () {
string
name
;
Path
[]
sourceFiles
;
this
();
string
toString
();
Path
[]
getSourceFiles
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
getSourceFiles
Path
[]
getSourceFiles
()
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
name
string
name
;
Undocumented in source.
sourceFiles
Path
[]
sourceFiles
;
Undocumented in source.
Meta
Source
See Implementation
mage
target
classes
Executable
Library
TargetWrapper
enums
LibraryType
interfaces
ITarget
ITargetFactory
mixin templates
M_MageFileMixin
TargetCommonMixin
registerMageFile
static variables
targetFactories
targets
structs
Target