#include <bayonne.h>
Protected Methods | |
virtual char * | getName (void)=0 |
Return the name of the DSO function module. More... | |
void | Load (FUNCTIONS *map) |
Load a defined group of functions into the interpreter. More... |
These are not bound to the class structure of the driver and hence are used for inserting "generic" functions rather than functions that depend on a specific derived dialect of the Bayonne script engine. A single instance of "Function" is derived with a constructor the calls "Load" as a global objectso that when the DSO is installed, it automatically binds the symbol list of the functions the given DSO is providing.
|
Load a defined group of functions into the interpreter.
|
|
Return the name of the DSO function module. This actually gaurentees the base class is abstract and can simply return a string name in the derived class. |