#include <GreenPlugin.h>
Inheritance diagram for GreenPlugin:
Public Member Functions | |
GreenPlugin (const string=NULL) | |
virtual | ~GreenPlugin () |
virtual void | load (const string) throw (FileNotFound, LibHandleError) |
int | getValueArrayAt (double **, int, int) |
green_exec_function | getArrayFunction () |
Private Member Functions | |
GreenPlugin (const GreenPlugin &x) | |
Private Attributes | |
map< string, string > | my_jobs |
green_exec_function | func_value_array |
GreenPlugin::GreenPlugin | ( | const GreenPlugin & | x | ) | [private] |
hidden copy constructor - we do not want to accidentially copy objects
GreenPlugin::GreenPlugin | ( | const | string = NULL |
) |
GreenPlugin::~GreenPlugin | ( | ) | [virtual] |
void GreenPlugin::load | ( | const | string | ) | throw (FileNotFound, LibHandleError) [virtual] |
Reimplemented from Plugin.
int GreenPlugin::getValueArrayAt | ( | double ** | , | |
int | , | |||
int | ||||
) |
green_exec_function GreenPlugin::getArrayFunction | ( | ) |
map<string, string> GreenPlugin::my_jobs [private] |