13# define R__DLLEXPORT __declspec(dllexport)
15# define R__DLLEXPORT __attribute__ ((visibility ("default")))
47 static auto triggerInitialization =
gROOT;
48 (
void)triggerInitialization;
49 return (cling::Interpreter *)((
TCling *)
gCling)->GetInterpreterImpl();
R__EXTERN TInterpreter * gCling
typedef void((*Func_t)())
This class defines an interface to the cling C++ interpreter.
static const TString & GetIncludeDir()
Get the include directory in the installation. Static utility function.
static const TString & GetEtcDir()
Get the sysconfig directory in the installation. Static utility function.
static const char **& GetExtraInterpreterArgs()
INTERNAL function! Used by rootcling to inject interpreter arguments through a C-interface layer.
const char *** TROOT__GetExtraInterpreterArgs()
const char * TROOT__GetEtcDir()
const char * TROOT__GetIncludeDir()
cling::Interpreter * TCling__GetInterpreter()