reggae v0.5.1 (2015-09-20T20:52:00Z)
Home
Dub
Repo
Tup
reggae
backend
tup
Undocumented in source.
@
safe
struct
Tup {
enum
fileName
;
Build
build
;
const
(
Options
)
options
;
this
(Build build, string projectPath);
this
(Build build, Options options);
string
output
();
string
[]
lines
();
}
Constructors
this
this
(Build build, string projectPath)
Undocumented in source.
this
this
(Build build, Options options)
Undocumented in source.
Members
Functions
lines
string
[]
lines
()
Undocumented in source. Be warned that the author may not have intended to support it.
output
string
output
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
fileName
enum
fileName
;
Undocumented in source.
Variables
build
Build
build
;
Undocumented in source.
options
const
(
Options
)
options
;
Undocumented in source.
Meta
Source
See Implementation
reggae
backend
tup
structs
Tup