FWCore
ServiceRegistry
src
ServiceWrapperBase.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: ServiceRegistry
4
// Class : ServiceWrapperBase
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author: Chris Jones
10
// Created: Mon Sep 5 13:33:19 EDT 2005
11
//
12
13
// system include files
14
15
// user include files
16
#include "
FWCore/ServiceRegistry/interface/ServiceWrapperBase.h
"
17
18
using namespace
edm::serviceregistry
;
19
//
20
// constants, enums and typedefs
21
//
22
23
//
24
// static data member definitions
25
//
26
27
//
28
// constructors and destructor
29
//
30
ServiceWrapperBase::ServiceWrapperBase
() {}
31
32
// ServiceWrapperBase::ServiceWrapperBase(const ServiceWrapperBase& rhs)
33
// {
34
// // do actual copying here;
35
// }
36
37
ServiceWrapperBase::~ServiceWrapperBase
() {}
38
39
//
40
// assignment operators
41
//
42
// const ServiceWrapperBase& ServiceWrapperBase::operator=(const ServiceWrapperBase& rhs)
43
// {
44
// //An exception safe implementation is
45
// ServiceWrapperBase temp(rhs);
46
// swap(rhs);
47
//
48
// return *this;
49
// }
50
51
//
52
// member functions
53
//
54
55
//
56
// const member functions
57
//
58
59
//
60
// static member functions
61
//
ServiceWrapperBase.h
edm::serviceregistry::ServiceWrapperBase::ServiceWrapperBase
ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:30
edm::serviceregistry
Definition:
connect_but_block_self.h:30
edm::serviceregistry::ServiceWrapperBase::~ServiceWrapperBase
virtual ~ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:37
Generated for CMSSW Reference Manual by
1.8.16