Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
FWLite
interface
AutoLibraryLoader.h
Go to the documentation of this file.
1
#ifndef FWCore_FWLite_AutoLibraryLoader_h
2
#define FWCore_FWLite_AutoLibraryLoader_h
3
13
class
DummyClassToStopCompilerWarning;
14
15
class
AutoLibraryLoader
{
16
friend
class
DummyClassToStopCompilerWarning
;
17
public
:
19
static
void
enable
();
20
22
static
void
loadAll
();
23
24
private
:
25
static
bool
enabled_
;
26
AutoLibraryLoader
();
27
AutoLibraryLoader
(
const
AutoLibraryLoader
&);
// stop default
28
const
AutoLibraryLoader
&
operator=
(
const
AutoLibraryLoader
&);
// stop default
29
};
30
31
32
#endif
AutoLibraryLoader::operator=
const AutoLibraryLoader & operator=(const AutoLibraryLoader &)
AutoLibraryLoader::loadAll
static void loadAll()
load all known libraries holding dictionaries
Definition:
AutoLibraryLoader.cc:107
AutoLibraryLoader::enabled_
static bool enabled_
Definition:
AutoLibraryLoader.h:25
AutoLibraryLoader
Definition:
AutoLibraryLoader.h:15
AutoLibraryLoader::AutoLibraryLoader
AutoLibraryLoader()
Definition:
AutoLibraryLoader.cc:40
AutoLibraryLoader::DummyClassToStopCompilerWarning
friend class DummyClassToStopCompilerWarning
Definition:
AutoLibraryLoader.h:16
AutoLibraryLoader::enable
static void enable()
enable automatic library loading
Definition:
AutoLibraryLoader.cc:50
Generated for CMSSW Reference Manual by
1.8.5