#include <corelayer.h>
Public Member Functions | |
PluginItem (void *dlhandle, void *data) | |
virtual void * | get_sym (const std::string &str) const |
virtual void * | plugin_data () |
Main Implementation of pluginLink represent the main layer for the direct interaction with a plugin
virtual void* Gfal::PluginItem::get_sym | ( | const std::string & | str | ) | const [virtual] |
Resolve a function name in the plugin to a generic function pointer return NULL in case of no function regirested with this name
Implements Gfal::PluginLink.
virtual void* Gfal::PluginItem::plugin_data | ( | ) | [virtual] |
Get the plugin data handler
Implements Gfal::PluginLink.