Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
public
:
31
ServiceWrapperBase
();
32
ServiceWrapperBase
(
const
ServiceWrapperBase
&) =
delete
;
// stop default
33
const
ServiceWrapperBase
&
operator=
(
const
ServiceWrapperBase
&) =
delete
;
// stop default
34
virtual
~ServiceWrapperBase
();
35
36
// ---------- const member functions ---------------------
37
38
// ---------- static member functions --------------------
39
40
// ---------- member functions ---------------------------
41
42
private
:
43
// ---------- member data --------------------------------
44
};
45
}
// namespace serviceregistry
46
}
// namespace edm
47
48
#endif
edm::serviceregistry::ServiceWrapperBase::operator=
const ServiceWrapperBase & operator=(const ServiceWrapperBase &)=delete
edm::serviceregistry::ServiceWrapperBase::ServiceWrapperBase
ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:30
edm::serviceregistry::ServiceWrapperBase::~ServiceWrapperBase
virtual ~ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:37
edm::serviceregistry::ServiceWrapperBase
Definition:
ServiceWrapperBase.h:29
Generated for CMSSW Reference Manual by
1.8.5