CMS 3D CMS Logo

FWParameterSetterEditorBase.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Core
4 // Class : FWParameterSetterEditorBase
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author:
10 // Created: Thu Jun 26 11:18:08 EDT 2008
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 //
19 // constants, enums and typedefs
20 //
21 
22 //
23 // static data member definitions
24 //
25 
26 //
27 // constructors and destructor
28 //
29 
31 
32 // FWParameterSetterEditorBase::FWParameterSetterEditorBase(const FWParameterSetterEditorBase& rhs)
33 // {
34 // // do actual copying here;
35 // }
36 
38 
39 //
40 // assignment operators
41 //
42 // const FWParameterSetterEditorBase& FWParameterSetterEditorBase::operator=(const FWParameterSetterEditorBase& rhs)
43 // {
44 // //An exception safe implementation is
45 // FWParameterSetterEditorBase temp(rhs);
46 // swap(rhs);
47 //
48 // return *this;
49 // }
50 
51 //
52 // member functions
53 //
54 
56 
57 //
58 // const member functions
59 //
60 
61 //
62 // static member functions
63 //