CMS 3D CMS Logo

FWConfigurable.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Core
4 // Class : FWConfigurable
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Sun Feb 24 14:42:30 EST 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 //
30 {
31 }
32 
33 // FWConfigurable::FWConfigurable(const FWConfigurable& rhs)
34 // {
35 // // do actual copying here;
36 // }
37 
39 {
40 }
41 
42 //
43 // assignment operators
44 //
45 // const FWConfigurable& FWConfigurable::operator=(const FWConfigurable& rhs)
46 // {
47 // //An exception safe implementation is
48 // FWConfigurable temp(rhs);
49 // swap(rhs);
50 //
51 // return *this;
52 // }
53 
54 //
55 // member functions
56 //
57 
58 //
59 // const member functions
60 //
61 
62 //
63 // static member functions
64 //
virtual ~FWConfigurable()