Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
// $Id: ServiceMakerBase.cc,v 1.1 2005/09/07 21:58:20 chrjones Exp $
12
//
13
14
// system include files
15
16
// user include files
17
#include "
FWCore/ServiceRegistry/interface/ServiceMakerBase.h
"
18
19
using namespace
edm::serviceregistry;
20
21
//
22
// constants, enums and typedefs
23
//
24
25
//
26
// static data member definitions
27
//
28
29
//
30
// constructors and destructor
31
//
32
ServiceMakerBase::ServiceMakerBase
()
33
{
34
}
35
36
// ServiceMakerBase::ServiceMakerBase(const ServiceMakerBase& rhs)
37
// {
38
// // do actual copying here;
39
// }
40
41
ServiceMakerBase::~ServiceMakerBase
()
42
{
43
}
44
45
//
46
// assignment operators
47
//
48
// const ServiceMakerBase& ServiceMakerBase::operator=(const ServiceMakerBase& rhs)
49
// {
50
// //An exception safe implementation is
51
// ServiceMakerBase temp(rhs);
52
// swap(rhs);
53
//
54
// return *this;
55
// }
56
57
//
58
// member functions
59
//
60
61
//
62
// const member functions
63
//
64
65
//
66
// static member functions
67
//
edm::serviceregistry::ServiceMakerBase::ServiceMakerBase
ServiceMakerBase()
Definition:
ServiceMakerBase.cc:32
edm::serviceregistry::ServiceMakerBase::~ServiceMakerBase
virtual ~ServiceMakerBase()
Definition:
ServiceMakerBase.cc:41
ServiceMakerBase.h
Generated for CMSSW Reference Manual by
1.8.5