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