CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions
edm::serviceregistry::ServiceWrapperBase Class Reference

#include <ServiceWrapperBase.h>

Inheritance diagram for edm::serviceregistry::ServiceWrapperBase:
edm::serviceregistry::ServiceWrapper< T >

Public Member Functions

 ServiceWrapperBase ()
 
virtual ~ServiceWrapperBase ()
 

Private Member Functions

const ServiceWrapperBaseoperator= (const ServiceWrapperBase &)
 
 ServiceWrapperBase (const ServiceWrapperBase &)
 

Detailed Description

Definition at line 29 of file ServiceWrapperBase.h.

Constructor & Destructor Documentation

ServiceWrapperBase::ServiceWrapperBase ( )

Definition at line 30 of file ServiceWrapperBase.cc.

31 {
32 }
ServiceWrapperBase::~ServiceWrapperBase ( )
virtual

Definition at line 39 of file ServiceWrapperBase.cc.

40 {
41 }
edm::serviceregistry::ServiceWrapperBase::ServiceWrapperBase ( const ServiceWrapperBase )
private

Member Function Documentation

const ServiceWrapperBase& edm::serviceregistry::ServiceWrapperBase::operator= ( const ServiceWrapperBase )
private