#include <AutoLibraryLoader.h>
Public Member Functions | |
AutoLibraryLoader (const AutoLibraryLoader &)=delete | |
const AutoLibraryLoader & | operator= (const AutoLibraryLoader &)=delete |
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 () | |
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.
|
delete |
|
private |
Definition at line 30 of file AutoLibraryLoader.cc.
|
static |
enable automatic library loading
Definition at line 36 of file AutoLibraryLoader.cc.
References DMR_cfg::cerr, and FWLiteEnabler::enable().
|
static |
load all known libraries holding dictionaries
Definition at line 42 of file AutoLibraryLoader.cc.
References DMR_cfg::cerr, and FWLiteEnabler::enable().
|
delete |
|
friend |
Definition at line 15 of file AutoLibraryLoader.h.
|
staticprivate |
Definition at line 28 of file AutoLibraryLoader.h.