/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/Common/src/HandleExceptionFactory.cc
36 строк
719 B
W. David Dagenhart
From scram b code-format-all (clang-format)
10 май 2019, 17:51
10 май 2019, 17:51
82e0ab0
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: DataFormats/Common // Class : edm::HandleExceptionFactory // // Implementation: // [Notes on implementation] // // Original Author: Chris Jones // Created: Wed, 04 Dec 2013 16:47:16 GMT // // system include files // user include files #include "DataFormats/Common/interface/HandleExceptionFactory.h" // // constants, enums and typedefs // // // static data member definitions // // // constructors and destructor // edm::HandleExceptionFactory::HandleExceptionFactory() {} // HandleExceptionFactory::HandleExceptionFactory(const HandleExceptionFactory& rhs) // { // // do actual copying here; // } edm::HandleExceptionFactory::~HandleExceptionFactory() {}