#include <kore/kore.h>
#include <kore/version.h>
#include <kore/pluginloader.h>
#include <kore/plugin.h>
#include <dlfcn.h>
Go to the source code of this file.
Defines | |
#define | PLDR_MAJOR 0 |
#define | PLDR_MINOR 0 |
#define | PLDR_REVISION 1 |
#define | PLDR_VERSION "0.0.1" |
#define | PLDR_API_MAJOR 0 |
#define | PLDR_API_MINOR 0 |
#define | PLDR_API_REVISION 1 |
#define | PLDR_API_VERSION "0.0.1" |
#define | PLDR_NAME "Plugin Loader" |
#define | PLDR_TYPE "Plugin Loader" |
#define | PLDR_DESCRIPTION "Default Kore Plugin Loader" |
#define | PLDR_SERVICE "Kore/Kernel/Plugin Loader" |
#define | PLDR_SERVICE_DESCRIPTION "Kore Plugin Loader" |
|
Definition at line 19 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 20 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 21 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 22 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 25 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 15 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 16 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 23 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 17 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 26 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 27 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 24 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |
|
Definition at line 18 of file pluginloader.cpp. Referenced by kore::PluginLoader::PluginLoader(). |