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
12
class
DummyClassToStopCompilerWarning;
13
14
class
AutoLibraryLoader
{
15
friend
class
DummyClassToStopCompilerWarning
;
16
public
:
18
static
void
enable
();
19
21
static
void
loadAll
();
22
23
private
:
24
static
bool
enabled_
;
25
AutoLibraryLoader
();
26
AutoLibraryLoader
(
const
AutoLibraryLoader
&);
// stop default
27
const
AutoLibraryLoader
&
operator=
(
const
AutoLibraryLoader
&);
// stop default
28
};
29
30
31
#endif
AutoLibraryLoader::operator=
const AutoLibraryLoader & operator=(const AutoLibraryLoader &)
AutoLibraryLoader::loadAll
static void loadAll()
load all known libraries holding dictionaries
Definition:
AutoLibraryLoader.cc:106
AutoLibraryLoader::enabled_
static bool enabled_
Definition:
AutoLibraryLoader.h:24
AutoLibraryLoader
Definition:
AutoLibraryLoader.h:14
AutoLibraryLoader::AutoLibraryLoader
AutoLibraryLoader()
Definition:
AutoLibraryLoader.cc:40
AutoLibraryLoader::DummyClassToStopCompilerWarning
friend class DummyClassToStopCompilerWarning
Definition:
AutoLibraryLoader.h:15
AutoLibraryLoader::enable
static void enable()
enable automatic library loading
Definition:
AutoLibraryLoader.cc:50
Generated for CMSSW Reference Manual by
1.8.5