/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Fireworks/Core/src/FWConfigurable.cc
60 строк
938 B
Cms Build
Clang-Format
20 май 2019, 13:07
20 май 2019, 13:07
6684288
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: Core // Class : FWConfigurable // // Implementation: // <Notes on implementation> // // Original Author: Chris Jones // Created: Sun Feb 24 14:42:30 EST 2008 // // system include files // user include files #include "Fireworks/Core/interface/FWConfigurable.h" // // constants, enums and typedefs // // // static data member definitions // // // constructors and destructor // FWConfigurable::FWConfigurable() {} // FWConfigurable::FWConfigurable(const FWConfigurable& rhs) // { // // do actual copying here; // } FWConfigurable::~FWConfigurable() {} // // assignment operators // // const FWConfigurable& FWConfigurable::operator=(const FWConfigurable& rhs) // { // //An exception safe implementation is // FWConfigurable temp(rhs); // swap(rhs); // // return *this; // } // // member functions // // // const member functions // // // static member functions //