![]() |
ROOT
6.06/09
Reference Guide
|
#include "TPluginManager.h"#include "Varargs.h"#include "TEnv.h"#include "TRegexp.h"#include "TROOT.h"#include "TSortedList.h"#include "THashList.h"#include "THashTable.h"#include "TClass.h"#include "TInterpreter.h"#include "TMethod.h"#include "TMethodArg.h"#include "TDataType.h"#include "TMethodCall.h"#include "TVirtualMutex.h"#include "TSystem.h"#include "TObjString.h"#include "ThreadLocalStorage.h"#include <memory>
Include dependency graph for TPluginManager.cxx:Go to the source code of this file.
Functions | |
| static bool & | TPH__IsReadingDirs () |
| ClassImp (TPluginHandler) TPluginHandler | |
| Create a plugin handler. Called by TPluginManager. More... | |
| ClassImp (TPluginManager) TPluginManager | |
| Clean up the plugin manager. More... | |
Variables | |
| TPluginManager * | gPluginMgr |
| static TVirtualMutex * | gPluginManagerMutex |
| ClassImp | ( | TPluginHandler | ) |
Create a plugin handler. Called by TPluginManager.
Definition at line 114 of file TPluginManager.cxx.
| ClassImp | ( | TPluginManager | ) |
Clean up the plugin manager.
Definition at line 329 of file TPluginManager.cxx.
|
static |
Definition at line 109 of file TPluginManager.cxx.
Referenced by TPluginManager::AddHandler(), and TPluginManager::LoadHandlersFromPluginDirs().
|
static |
Definition at line 107 of file TPluginManager.cxx.
| TPluginManager* gPluginMgr |
Definition at line 105 of file TPluginManager.cxx.