16 #ifndef ZORBA_EXTERNAL_MODULE_H
17 #define ZORBA_EXTERNAL_MODULE_H
19 #include <zorba/config.h>
26 class ExternalFunction;
59 getExternalFunction(
const String& aLocalname) = 0;
virtual void destroy()
Function used for destroying the ExternalModule object passed as parameter.
An external module represents a group of external functions, all belonging to the same target namespa...
The ExternalFunction class serves as the base of subclasses that represent the implementation/body of...
virtual ~ExternalModule()