dango v0.2.1 (2020-04-23T18:11:26Z)
Dub
Repo
BaseReport
dango
inject
provider
Undocumented in source.
version(unittest)
abstract
class
BaseReport :
Report
{
Page
[]
pages
();
string
title
();
}
Members
Functions
pages
Page
[]
pages
()
Undocumented in source. Be warned that the author may not have intended to support it.
title
string
title
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Report
print
string
print
()
Undocumented in source.
pages
Page
[]
pages
()
Undocumented in source.
title
string
title
()
Undocumented in source.
Meta
Source
See Implementation
dango
inject
provider
classes
AdditionalReport
BaseReport
ClassProvider
ErrorReport
ExistingInstanceProvider
FactoryProvider
LaserPrinter
Registration
SimpleReport
SingletonProvider
ValueProvider
functions
existingInstance
newInstance
singleInstance
interfaces
Printer
Provider
Report
structs
Page