dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
ProjectTypeBase
dxx
app
resource
project
Undocumented in source.
abstract
class
ProjectTypeBase :
ProjectType
{
string
_typeName
;
inout
(
string
)
typeName
[@property getter];
string
[]
buildCommand
();
string
[]
execCommand
();
}
Members
Functions
buildCommand
string
[]
buildCommand
()
Undocumented in source. Be warned that the author may not have intended to support it.
execCommand
string
[]
execCommand
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
typeName
inout
(
string
)
typeName
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_typeName
string
_typeName
;
Undocumented in source.
Inherited Members
From ProjectType
typeName
inout
(
string
)
typeName
[@property getter]
Undocumented in source.
buildCommand
string
[]
buildCommand
()
Undocumented in source.
execCommand
string
[]
execCommand
()
Undocumented in source.
Meta
Source
See Implementation
dxx
app
resource
project
classes
DefaultProjectType
ProjectBase
ProjectTypeBase
interfaces
ProjectType