src
Fireworks
Core
src
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
16
#include "
Fireworks/Core/interface/FWConfigurable.h
"
17
18
//
19
// constants, enums and typedefs
20
//
21
22
//
23
// static data member definitions
24
//
25
26
//
27
// constructors and destructor
28
//
29
FWConfigurable::FWConfigurable
() {}
30
31
// FWConfigurable::FWConfigurable(const FWConfigurable& rhs)
32
// {
33
// // do actual copying here;
34
// }
35
36
FWConfigurable::~FWConfigurable
() {}
37
38
//
39
// assignment operators
40
//
41
// const FWConfigurable& FWConfigurable::operator=(const FWConfigurable& rhs)
42
// {
43
// //An exception safe implementation is
44
// FWConfigurable temp(rhs);
45
// swap(rhs);
46
//
47
// return *this;
48
// }
49
50
//
51
// member functions
52
//
53
54
//
55
// const member functions
56
//
57
58
//
59
// static member functions
60
//
FWConfigurable::FWConfigurable
FWConfigurable()
Definition:
FWConfigurable.cc:29
FWConfigurable.h
FWConfigurable::~FWConfigurable
virtual ~FWConfigurable()
Definition:
FWConfigurable.cc:36
Generated for CMSSW Reference Manual by
1.8.14