|
ROOT 6.14/05 Reference Guide |
#include "TDictionary.h"#include "TVirtualRWMutex.h"#include <map>#include <typeinfo>#include <vector>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 | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Internal | |
Macros | |
| #define | gInterpreter (TInterpreter::Instance()) |
| #define | R__LOCKGUARD_CLING(mutex) (void)(mutex); { } |
Typedefs | |
| typedef TInterpreter * | CreateInterpreter_t(void *shlibHandle, const char *argv[]) |
| typedef void * | DestroyInterpreter_t(TInterpreter *) |
Variables | |
| R__EXTERN TInterpreter * | gCling |
| R__EXTERN TVirtualMutex * | gInterpreterMutex |
| R__EXTERN TInterpreter *(* | gPtr2Interpreter )() |
| #define gInterpreter (TInterpreter::Instance()) |
Definition at line 527 of file TInterpreter.h.
| #define R__LOCKGUARD_CLING | ( | mutex | ) | (void)(mutex); { } |
Definition at line 47 of file TInterpreter.h.
| typedef TInterpreter* CreateInterpreter_t(void *shlibHandle, const char *argv[]) |
Definition at line 523 of file TInterpreter.h.
| typedef void* DestroyInterpreter_t(TInterpreter *) |
Definition at line 524 of file TInterpreter.h.
| R__EXTERN TInterpreter* gCling |
Definition at line 529 of file TInterpreter.h.
| R__EXTERN TVirtualMutex* gInterpreterMutex |
Definition at line 40 of file TInterpreter.h.
| R__EXTERN TInterpreter*(* gPtr2Interpreter) () |
Definition at line 528 of file TInterpreter.h.