![]() |
Public API Reference |
#include "csutil/scf.h"
Go to the source code of this file.
Compounds | |
| struct | iPluginIterator |
| An iterator to iterate over all plugins in the plugin manager. More... | |
| struct | iPluginManager |
| This is the plugin manager. More... | |
Defines | |
| #define | CS_QUERY_PLUGIN_CLASS(Object, ClassID, Interface) |
| Find a plugin by his class ID. More... | |
| #define | CS_LOAD_PLUGIN(Object, ClassID, Interface) |
| Tell plugin manager driver to load a plugin. More... | |
| #define | CS_LOAD_PLUGIN_ALWAYS(Object, ClassID) csPtr<iBase> ((Object)->LoadPlugin (ClassID, 0, 0)) |
| Same as CS_LOAD_PLUGIN but don't bother asking for a interface. More... | |
Definition in file plugin.h.