Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TInterpreter.h File Reference
#include "TDataType.h"
#include "TDictionary.h"
#include "TInterpreterValue.h"
#include "TNamed.h"
#include "TVirtualRWMutex.h"
#include <map>
#include <typeinfo>
#include <vector>
#include <string>
#include <utility>
Include dependency graph for TInterpreter.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  TInterpreter::CallFuncIFacePtr_t
 
struct  ROOT::Internal::InterpreterMutexRegistrationRAII
 
class  TInterpreter::SuspendAutoLoadingRAII
 
class  TInterpreter::SuspendAutoParsing
 
class  TInterpreter
 This class defines an abstract interface to a generic command line interpreter. More...
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Internal
 

Macros

#define gInterpreter   (TInterpreter::Instance())
 
#define R__LOCKGUARD_CLING(mutex)   ::ROOT::Internal::InterpreterMutexRegistrationRAII _R__UNIQUE_(R__guard)(mutex); { }
 

Typedefs

typedef TInterpreterCreateInterpreter_t(void *shlibHandle, const char *argv[])
 
typedef void * DestroyInterpreter_t(TInterpreter *)
 

Variables

R__EXTERN TInterpretergCling
 
R__EXTERN TVirtualMutexgInterpreterMutex
 

Macro Definition Documentation

◆ gInterpreter

#define gInterpreter   (TInterpreter::Instance())

Definition at line 573 of file TInterpreter.h.

◆ R__LOCKGUARD_CLING

#define R__LOCKGUARD_CLING (   mutex)    ::ROOT::Internal::InterpreterMutexRegistrationRAII _R__UNIQUE_(R__guard)(mutex); { }

Definition at line 48 of file TInterpreter.h.

Typedef Documentation

◆ CreateInterpreter_t

typedef TInterpreter * CreateInterpreter_t(void *shlibHandle, const char *argv[])

Definition at line 570 of file TInterpreter.h.

◆ DestroyInterpreter_t

typedef void * DestroyInterpreter_t(TInterpreter *)

Definition at line 571 of file TInterpreter.h.

Variable Documentation

◆ gCling

Definition at line 574 of file TInterpreter.h.

◆ gInterpreterMutex

R__EXTERN TVirtualMutex* gInterpreterMutex

Definition at line 46 of file TInterpreter.h.