mage ~master (2021-12-21T00:38:25.4342263)
Dub
Repo
TargetWrapper
mage
target
Undocumented in source.
class
TargetWrapper :
ITargetFactory
(
TargetType
) {
import
std
.
stdio
;
;
Path
filePath
[@property getter];
alias
WrappedType
=
TargetType
;
this
(Path filePath);
ITarget
create
();
}
Constructors
this
this
(Path filePath)
Undocumented in source.
Members
Aliases
WrappedType
alias
WrappedType
=
TargetType
Undocumented in source.
Functions
create
ITarget
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
filePath
Path
filePath
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ITargetFactory
filePath
Path
filePath
[@property getter]
Undocumented in source.
create
ITarget
create
()
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