dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
ToolsModule
dxx
tool
tool
Undocumented in source.
@
component
class
ToolsModule : PlatformRuntime!(ToolsParam, ToolsModule),
ToolsModuleInterface
{
static
void
registerTool
(InjectionContainer injector);
void
registerPlatformDependencies
(InjectionContainer injector);
ArgParser
getArgParser
();
mixin
registerComponent
!
ToolsModule
;
}
Members
Functions
getArgParser
ArgParser
getArgParser
()
Undocumented in source. Be warned that the author may not have intended to support it.
registerPlatformDependencies
void
registerPlatformDependencies
(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
registerComponent
!
ToolsModule
Undocumented in source.
Static functions
registerTool
void
registerTool
(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ToolsModuleInterface
getArgParser
ArgParser
getArgParser
()
Undocumented in source.
Meta
Source
See Implementation
dxx
tool
tool
aliases
ToolsParam
classes
ToolsModule
functions
main
interfaces
ToolsModuleInterface
mixins
__anonymous
structs
Options