12#ifndef ARCANE_CORE_IEXTERNALPLUGIN_H
13#define ARCANE_CORE_IEXTERNALPLUGIN_H
Declarations of Arcane's general types.
Interface for external service loading.
virtual void executeContextFunction(const String &function_name)=0
Executes the function function_name with a context.
virtual void loadFile(const String &filename)=0
Loads and executes a file containing an external script.
virtual void executeFunction(const String &function_name)=0
Executes the function function_name.
virtual ~IExternalPlugin()=default
Releases resources.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --