CERN GFAL 2.0 2.0.1
Public Member Functions
Gfal::PluginItem Class Reference

#include <corelayer.h>

Inheritance diagram for Gfal::PluginItem:
Gfal::PluginLink

Public Member Functions

 PluginItem (void *dlhandle, void *data)
virtual void * get_sym (const std::string &str) const
virtual void * plugin_data ()

Detailed Description

Main Implementation of pluginLink represent the main layer for the direct interaction with a plugin


Member Function Documentation

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.

void * Gfal::PluginItem::plugin_data ( ) [virtual]

Get the plugin data handler

Implements Gfal::PluginLink.


The documentation for this class was generated from the following files: