CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: FWParameterSetterEditorBase.cc,v 1.3 2012/02/22 03:46:00 amraktad Exp $
12 //
13 
14 // system include files
15 
16 // user include files
18 
19 
20 //
21 // constants, enums and typedefs
22 //
23 
24 //
25 // static data member definitions
26 //
27 
28 //
29 // constructors and destructor
30 //
31 
33 {
34 }
35 
36 // FWParameterSetterEditorBase::FWParameterSetterEditorBase(const FWParameterSetterEditorBase& rhs)
37 // {
38 // // do actual copying here;
39 // }
40 
42 {
43 }
44 
45 //
46 // assignment operators
47 //
48 // const FWParameterSetterEditorBase& FWParameterSetterEditorBase::operator=(const FWParameterSetterEditorBase& rhs)
49 // {
50 // //An exception safe implementation is
51 // FWParameterSetterEditorBase temp(rhs);
52 // swap(rhs);
53 //
54 // return *this;
55 // }
56 
57 //
58 // member functions
59 //
60 
61 void
63 {
64 }
65 
66 //
67 // const member functions
68 //
69 
70 //
71 // static member functions
72 //