dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
PluginRuntime
dxx
app
plugin
Undocumented in source.
class
PluginRuntime : PlatformRuntime!(Param)(
PluginType
:
Plugin
Param
...
) {
void
registerPluginComponents
(InjectionContainer injector);
void
registerAppDependencies
(InjectionContainer injector);
}
Members
Functions
registerAppDependencies
void
registerAppDependencies
(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.
registerPluginComponents
void
registerPluginComponents
(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dxx
app
plugin
classes
PluginDefault
PluginLoader
PluginRuntime
interfaces
Plugin
PluginActivator
mixin templates
pluginMain
registerPlugin
structs
PluginContext
PluginDependency
PluginDescriptor