test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
ServiceRegistry
interface
ServiceWrapperBase.h
Go to the documentation of this file.
1
#ifndef ServiceRegistry_ServiceWrapperBase_h
2
#define ServiceRegistry_ServiceWrapperBase_h
3
// -*- C++ -*-
4
//
5
// Package: ServiceRegistry
6
// Class : ServiceWrapperBase
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Mon Sep 5 13:33:01 EDT 2005
19
//
20
21
// system include files
22
23
// user include files
24
25
// forward declarations
26
namespace
edm {
27
namespace
serviceregistry {
28
29
class
ServiceWrapperBase
30
{
31
32
public
:
33
ServiceWrapperBase
();
34
virtual
~ServiceWrapperBase
();
35
36
// ---------- const member functions ---------------------
37
38
// ---------- static member functions --------------------
39
40
// ---------- member functions ---------------------------
41
42
private
:
43
ServiceWrapperBase
(
const
ServiceWrapperBase
&);
// stop default
44
45
const
ServiceWrapperBase
&
operator=
(
const
ServiceWrapperBase
&);
// stop default
46
47
// ---------- member data --------------------------------
48
49
};
50
}
51
}
52
53
#endif
edm::serviceregistry::ServiceWrapperBase::ServiceWrapperBase
ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:30
edm::serviceregistry::ServiceWrapperBase::~ServiceWrapperBase
virtual ~ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:39
edm::serviceregistry::ServiceWrapperBase
Definition:
ServiceWrapperBase.h:29
edm::serviceregistry::ServiceWrapperBase::operator=
const ServiceWrapperBase & operator=(const ServiceWrapperBase &)
Generated for CMSSW Reference Manual by
1.8.5