fourdst_plugin 0.0.1a
C++ Plugin Manager
|
Classes | |
class | PluginError |
Base exception class for all plugin-related errors. More... | |
class | PluginLoadError |
Exception thrown when a plugin fails to load. More... | |
class | PluginNameCollisionError |
Exception thrown when attempting to load a plugin with a name that already exists. More... | |
class | PluginNotLoadedError |
Exception thrown when attempting to access a plugin that hasn't been loaded. More... | |
class | PluginSymbolError |
Exception thrown when required plugin symbols cannot be found. More... | |
class | PluginTypeError |
Exception thrown when a plugin cannot be cast to the requested type. More... | |