/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ServiceRegistry/src/ServiceMakerBase.cc
62 строки
1022 B
W. David Dagenhart
Changes from scram build code-format-all
03 май 2019, 18:48
03 май 2019, 18:48
22c28dc
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: ServiceRegistry // Class : ServiceMakerBase // // Implementation: // <Notes on implementation> // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:19 EDT 2005 // // system include files // user include files #include "FWCore/ServiceRegistry/interface/ServiceMakerBase.h" using namespace edm::serviceregistry; // // constants, enums and typedefs // // // static data member definitions // // // constructors and destructor // ServiceMakerBase::ServiceMakerBase() {} // ServiceMakerBase::ServiceMakerBase(const ServiceMakerBase& rhs) // { // // do actual copying here; // } ServiceMakerBase::~ServiceMakerBase() {} // // assignment operators // // const ServiceMakerBase& ServiceMakerBase::operator=(const ServiceMakerBase& rhs) // { // //An exception safe implementation is // ServiceMakerBase temp(rhs); // swap(rhs); // // return *this; // } // // member functions // // // const member functions // // // static member functions //