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
// $Id: ServiceWrapperBase.h,v 1.1 2005/09/07 21:58:16 chrjones Exp $
20
//
21
22
// system include files
23
24
// user include files
25
26
// forward declarations
27
namespace
edm {
28
namespace
serviceregistry {
29
30
class
ServiceWrapperBase
31
{
32
33
public
:
34
ServiceWrapperBase
();
35
virtual
~ServiceWrapperBase
();
36
37
// ---------- const member functions ---------------------
38
39
// ---------- static member functions --------------------
40
41
// ---------- member functions ---------------------------
42
43
private
:
44
ServiceWrapperBase
(
const
ServiceWrapperBase
&);
// stop default
45
46
const
ServiceWrapperBase
&
operator=
(
const
ServiceWrapperBase
&);
// stop default
47
48
// ---------- member data --------------------------------
49
50
};
51
}
52
}
53
54
#endif
edm::serviceregistry::ServiceWrapperBase::ServiceWrapperBase
ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:31
edm::serviceregistry::ServiceWrapperBase::~ServiceWrapperBase
virtual ~ServiceWrapperBase()
Definition:
ServiceWrapperBase.cc:40
edm::serviceregistry::ServiceWrapperBase
Definition:
ServiceWrapperBase.h:30
edm::serviceregistry::ServiceWrapperBase::operator=
const ServiceWrapperBase & operator=(const ServiceWrapperBase &)
Generated for CMSSW Reference Manual by
1.8.5