Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Macros | Typedefs | Variables
TInterpreter.h File Reference
#include "TDataType.h"
#include "TDictionary.h"
#include "TInterpreterValue.h"
#include "TVirtualRWMutex.h"
#include <map>
#include <typeinfo>
#include <vector>
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::SuspendAutoParsing
 
class  TInterpreter
 This class defines an abstract interface to a generic command line interpreter. More...
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Internal
 

Macros

#define gInterpreter   (TInterpreter::Instance())
 
#define R__LOCKGUARD_CLING(mutex)   (void)(mutex); { }
 

Typedefs

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

Variables

R__EXTERN TInterpretergCling
 
R__EXTERN TVirtualMutexgInterpreterMutex
 
R__EXTERN TInterpreter *(* gPtr2Interpreter )()
 

Macro Definition Documentation

◆ gInterpreter

#define gInterpreter   (TInterpreter::Instance())

Definition at line 538 of file TInterpreter.h.

◆ R__LOCKGUARD_CLING

#define R__LOCKGUARD_CLING (   mutex)    (void)(mutex); { }

Definition at line 47 of file TInterpreter.h.

Typedef Documentation

◆ CreateInterpreter_t

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

Definition at line 534 of file TInterpreter.h.

◆ DestroyInterpreter_t

typedef void * DestroyInterpreter_t(TInterpreter *)

Definition at line 535 of file TInterpreter.h.

Variable Documentation

◆ gCling

Definition at line 540 of file TInterpreter.h.

◆ gInterpreterMutex

R__EXTERN TVirtualMutex* gInterpreterMutex

Definition at line 42 of file TInterpreter.h.

◆ gPtr2Interpreter

R__EXTERN TInterpreter *(* gPtr2Interpreter) () ( )

Definition at line 539 of file TInterpreter.h.