Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs | Variables
TInterpreter.h File Reference
#include "TDictionary.h"
#include "TVirtualMutex.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
 
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

#define gInterpreter   (TInterpreter::Instance())

Definition at line 499 of file TInterpreter.h.

Typedef Documentation

typedef TInterpreter* CreateInterpreter_t(void *shlibHandle)

Definition at line 495 of file TInterpreter.h.

typedef void* DestroyInterpreter_t(TInterpreter *)

Definition at line 496 of file TInterpreter.h.

Variable Documentation

Definition at line 501 of file TInterpreter.h.

R__EXTERN TVirtualMutex* gInterpreterMutex

Definition at line 40 of file TInterpreter.h.

R__EXTERN TInterpreter*(* gPtr2Interpreter)()

Definition at line 500 of file TInterpreter.h.