#include <LoadPlugin.h>
Inheritance diagram for LoadPlugin:
Public Member Functions | |
LoadPlugin (const string=NULL) | |
virtual | ~LoadPlugin () |
virtual void | load (const string) throw (FileNotFound, LibHandleError) |
double | getValueAt (int, int) |
load_exec_function | getValueFunction () |
Private Member Functions | |
LoadPlugin (const LoadPlugin &x) | |
Private Attributes | |
load_exec_function | func_value |
LoadPlugin::LoadPlugin | ( | const LoadPlugin & | x | ) | [private] |
hidden copy constructor - we do not want to accidentially copy objects
LoadPlugin::LoadPlugin | ( | const | string = NULL |
) |
LoadPlugin::~LoadPlugin | ( | ) | [virtual] |
void LoadPlugin::load | ( | const | string | ) | throw (FileNotFound, LibHandleError) [virtual] |
Reimplemented from Plugin.
double LoadPlugin::getValueAt | ( | int | , | |
int | ||||
) |
load_exec_function LoadPlugin::getValueFunction | ( | ) |
load_exec_function LoadPlugin::func_value [private] |