zorba::NonContextualExternalFunction#include <zorba/function.h> Inherited from: zorba::ExternalFunction The NonContextualExternalFunction class serves as the base of subclasses that represent the implementation of non contextual external functions. For each external function, an application must provide a concrete subclass of this class and "store" an instance of the subclass inside an ExternalModule object, as described here.Public Functions
Public Types
Public FunctionsisContextualbool isContextual() const
ReturnsTrue if the external function is contextual; false otherwise.~NonContextualExternalFunction ~NonContextualExternalFunction()
Public TypesProtected Functions |