Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
ServiceRegistry
src
ServiceMakerBase.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: ServiceRegistry
4
// Class : ServiceMakerBase
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/ServiceMakerBase.h
"
17
18
using namespace
edm::serviceregistry;
19
20
//
21
// constants, enums and typedefs
22
//
23
24
//
25
// static data member definitions
26
//
27
28
//
29
// constructors and destructor
30
//
31
ServiceMakerBase::ServiceMakerBase
()
32
{
33
}
34
35
// ServiceMakerBase::ServiceMakerBase(const ServiceMakerBase& rhs)
36
// {
37
// // do actual copying here;
38
// }
39
40
ServiceMakerBase::~ServiceMakerBase
()
41
{
42
}
43
44
//
45
// assignment operators
46
//
47
// const ServiceMakerBase& ServiceMakerBase::operator=(const ServiceMakerBase& rhs)
48
// {
49
// //An exception safe implementation is
50
// ServiceMakerBase temp(rhs);
51
// swap(rhs);
52
//
53
// return *this;
54
// }
55
56
//
57
// member functions
58
//
59
60
//
61
// const member functions
62
//
63
64
//
65
// static member functions
66
//
edm::serviceregistry::ServiceMakerBase::ServiceMakerBase
ServiceMakerBase()
Definition:
ServiceMakerBase.cc:31
edm::serviceregistry::ServiceMakerBase::~ServiceMakerBase
virtual ~ServiceMakerBase()
Definition:
ServiceMakerBase.cc:40
ServiceMakerBase.h
Generated for CMSSW Reference Manual by
1.8.5