Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
CondCore
ESSources
interface
ProxyFactory.h
Go to the documentation of this file.
1
#ifndef CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H
2
#define CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H
3
// -*- C++ -*-
4
//
5
// Package: ESSources
6
// Class : ProxyFactory
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Sat Jul 23 19:14:06 EDT 2005
19
//
20
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
21
#include <string>
22
23
namespace
cond
{
24
class
DataProxyWrapperBase;
25
namespace
persistency {
26
class
Session
;
27
}
28
29
typedef
edmplugin::PluginFactory<cond::DataProxyWrapperBase*()>
ProxyFactory
;
30
31
const
char
*
pluginCategory
();
32
}
// namespace cond
33
34
#endif
/* CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H */
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
cond::pluginCategory
const char * pluginCategory()
Definition:
ProxyFactory.cc:64
PluginFactory.h
Session
cond
Definition:
plugin.cc:23
cond::ProxyFactory
edmplugin::PluginFactory< cond::DataProxyWrapperBase *()> ProxyFactory
Definition:
ProxyFactory.h:29
Generated for CMSSW Reference Manual by
1.8.14