#include <AutoLibraryLoader.h>
Static Public Member Functions | |
static void | enable () |
enable automatic library loading More... | |
static void | loadAll () |
load all known libraries holding dictionaries More... | |
Private Member Functions | |
AutoLibraryLoader () | |
AutoLibraryLoader (const AutoLibraryLoader &) | |
const AutoLibraryLoader & | operator= (const AutoLibraryLoader &) |
Static Private Attributes | |
static bool | enabled_ |
Friends | |
class | DummyClassToStopCompilerWarning |
ROOT helper class which can automatically load the proper shared library when ROOT needs a new class dictionary
Definition at line 14 of file AutoLibraryLoader.h.
|
private |
Definition at line 31 of file AutoLibraryLoader.cc.
|
private |
|
static |
enable automatic library loading
Definition at line 40 of file AutoLibraryLoader.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, and FWLiteEnabler::enable().
|
static |
load all known libraries holding dictionaries
Definition at line 47 of file AutoLibraryLoader.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, and FWLiteEnabler::enable().
|
private |
|
friend |
Definition at line 15 of file AutoLibraryLoader.h.
|
staticprivate |
Definition at line 24 of file AutoLibraryLoader.h.