12#ifndef ROOT_TPluginManager
13#define ROOT_TPluginManager
125 const char *className,
const char *pluginName,
126 const char *ctor,
const char *origin);
150 auto nargs =
sizeof...(params);
169 if ((
gDebug > 1) && (nargs != (
int)
sizeof...(params))) {
170 Warning(
"ExecPlugin",
"Announced number of args different from the real number of argument passed %d vs %lu",
171 nargs, (
unsigned long)
sizeof...(params) );
199 void AddHandler(
const char *base,
const char *regexp,
200 const char *className,
const char *pluginName,
201 const char *ctor = 0,
const char *origin = 0);
202 void RemoveHandler(
const char *base,
const char *regexp = 0);
#define ClassDef(name, id)
R__EXTERN TVirtualMutex * gInterpreterMutex
R__EXTERN TPluginManager * gPluginMgr
#define R__LOCKGUARD(mutex)
The TEnv class reads config files, by default named .rootrc.
Global functions class (global functions are obtained from CINT).
THashTable implements a hash table to store TObject's.
Method or function calling interface.
void SetParams(const T &... params)
void Execute(const char *, const char *, int *=0)
Execute method on this object with the given parameter string, e.g.
Mother of all ROOT objects.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
const char * GetClass() const
Int_t CheckPlugin() const
Check if the plugin library for this handler exits.
void Print(Option_t *opt="") const
Print info about the plugin handler.
TFunction * fMethod
ctor method call environment
AtomicInt_t fCanCall
ctor method or global function
const char * GetOrigin() const
std::atomic< Int_t > AtomicInt_t
Bool_t CanHandle(const char *base, const char *uri)
Check if regular expression appears in the URI, if so return kTRUE.
const char * GetRegexp() const
const char * GetBase() const
~TPluginHandler()
Cleanup plugin handler object.
Bool_t CheckForExecPlugin(Int_t nargs)
Check that we can properly run ExecPlugin.
const char * GetPlugin() const
Bool_t fIsMacro
if 1 fCallEnv is ok, -1 fCallEnv is not ok, 0 fCallEnv not setup yet.
void SetupCallEnv()
Setup ctor or static method call environment.
TPluginHandler(const TPluginHandler &)
TPluginHandler & operator=(const TPluginHandler &)
Long_t ExecPlugin(int nargs, const T &... params)
const char * GetCtor() const
Int_t LoadPlugin()
Load the plugin library for this handler.
Long_t ExecPluginImpl(const T &... params)
This class implements a plugin library manager.
void LoadHandlersFromPluginDirs(const char *base=0)
Load plugin handlers specified via macros in a list of plugin directories.
void AddHandler(const char *base, const char *regexp, const char *className, const char *pluginName, const char *ctor=0, const char *origin=0)
Add plugin handler to the list of handlers.
~TPluginManager()
Clean up the plugin manager.
TPluginHandler * FindHandler(const char *base, const char *uri=0)
Returns the handler if there exists a handler for the specified URI.
void Print(Option_t *opt="") const
Print list of registered plugin handlers.
void LoadHandlersFromEnv(TEnv *env)
Load plugin handlers specified in config file, like:
Bool_t fReadingDirs
table of base classes already checked or loaded
void RemoveHandler(const char *base, const char *regexp=0)
Remove handler for the specified base class and the specified regexp.
THashTable * fBasesLoaded
void LoadHandlerMacros(const char *path)
Load all plugin macros from the specified path/base directory.
Int_t WritePluginMacros(const char *dir, const char *plugin=0) const
Write in the specified directory the plugin macros.
Int_t WritePluginRecords(const char *envFile, const char *plugin=0) const
Write in the specified environment config file the plugin records.
TPluginManager(const TPluginManager &pm)
true if we are running LoadHandlersFromPluginDirs
TPluginManager & operator=(const TPluginManager &pm)