CMS 3D CMS Logo

ParameterSetDescriptionFillerBase.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: ParameterSet
4 // Class : ParameterSetDescriptionFillerBase
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Wed Aug 1 16:48:00 EDT 2007
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 
19 //
20 // constants, enums and typedefs
21 //
45 
46 //
47 // static data member definitions
48 //
49 
50 //
51 // constructors and destructor
52 //
53 //ParameterSetDescriptionFillerBase::ParameterSetDescriptionFillerBase()
54 //{
55 //}
56 
57 // ParameterSetDescriptionFillerBase::ParameterSetDescriptionFillerBase(const ParameterSetDescriptionFillerBase& rhs)
58 // {
59 // // do actual copying here;
60 // }
61 namespace edm {
63 {
64 }
65 }
66 //
67 // assignment operators
68 //
69 // const ParameterSetDescriptionFillerBase& ParameterSetDescriptionFillerBase::operator=(const ParameterSetDescriptionFillerBase& rhs)
70 // {
71 // //An exception safe implementation is
72 // ParameterSetDescriptionFillerBase temp(rhs);
73 // swap(rhs);
74 //
75 // return *this;
76 // }
77 
78 //
79 // member functions
80 //
81 
82 //
83 // const member functions
84 //
85 
86 //
87 // static member functions
88 //
HLT enums.