dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
PluginContext
dxx
app
plugin
Undocumented in source.
struct
PluginContext {
PluginDescriptor
*
desc
;
void
*
delegate
(
string
id
)
shared
pluginCreateInstance
;
void
delegate
(
void
*)
shared
pluginDestroyInstance
;
}
Members
Variables
desc
PluginDescriptor
*
desc
;
Undocumented in source.
pluginCreateInstance
void
*
delegate
(
string
id
)
shared
pluginCreateInstance
;
Undocumented in source.
pluginDestroyInstance
void
delegate
(
void
*)
shared
pluginDestroyInstance
;
Undocumented in source.
Meta
Source
See Implementation
dxx
app
plugin
classes
PluginDefault
PluginLoader
PluginRuntime
interfaces
Plugin
PluginActivator
mixin templates
pluginMain
registerPlugin
structs
PluginContext
PluginDependency
PluginDescriptor