Logo ROOT   6.08/07
Reference Guide
Classes | Macros | Typedefs | Variables
TInterpreter.h File Reference
#include "TDictionary.h"
#include "TVirtualMutex.h"
#include "Rtypeinfo.h"
#include <vector>
Include dependency graph for TInterpreter.h:

Classes

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

Macros

#define gInterpreter   (TInterpreter::Instance())
 

Typedefs

typedef TInterpreterCreateInterpreter_t(void *shlibHandle)
 
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 517 of file TInterpreter.h.

Typedef Documentation

◆ CreateInterpreter_t

typedef TInterpreter* CreateInterpreter_t(void *shlibHandle)

Definition at line 513 of file TInterpreter.h.

◆ DestroyInterpreter_t

typedef void* DestroyInterpreter_t(TInterpreter *)

Definition at line 514 of file TInterpreter.h.

Variable Documentation

◆ gCling

Definition at line 519 of file TInterpreter.h.

◆ gInterpreterMutex

R__EXTERN TVirtualMutex* gInterpreterMutex

Definition at line 46 of file TInterpreter.h.

◆ gPtr2Interpreter

R__EXTERN TInterpreter*(* gPtr2Interpreter) ()

Definition at line 518 of file TInterpreter.h.