Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Fireworks
Core
src
FWParameterBase.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Core
4
// Class : FWParameterBase
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author: Chris Jones
10
// Created: Sat Feb 23 13:36:24 EST 2008
11
// $Id: FWParameterBase.cc,v 1.4 2012/02/22 03:46:00 amraktad Exp $
12
//
13
14
// system include files
15
16
// user include files
17
#include "
Fireworks/Core/interface/FWParameterBase.h
"
18
#include "
Fireworks/Core/interface/FWParameterizable.h
"
19
20
21
//
22
// constants, enums and typedefs
23
//
24
25
//
26
// static data member definitions
27
//
28
29
//
30
// constructors and destructor
31
//
32
33
FWParameterBase::FWParameterBase
(
FWParameterizable
* iParent,
const
std::string
& iName) :
34
m_name(iName)
35
{
36
if
(0 != iParent)
37
{
38
iParent->
add
(
this
);
39
}
40
}
41
42
// FWParameterBase::FWParameterBase(const FWParameterBase& rhs)
43
// {
44
// // do actual copying here;
45
// }
46
47
FWParameterBase::~FWParameterBase
()
48
{
49
}
50
51
//
52
// assignment operators
53
//
54
// const FWParameterBase& FWParameterBase::operator=(const FWParameterBase& rhs)
55
// {
56
// //An exception safe implementation is
57
// FWParameterBase temp(rhs);
58
// swap(rhs);
59
//
60
// return *this;
61
// }
62
63
//
64
// member functions
65
//
66
67
//
68
// const member functions
69
//
70
71
//
72
// static member functions
73
//
FWParameterBase.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
FWParameterizable::add
void add(FWParameterBase *)
Definition:
FWParameterizable.cc:60
FWParameterizable
Definition:
FWParameterizable.h:30
FWParameterizable.h
FWParameterBase::~FWParameterBase
virtual ~FWParameterBase()
Definition:
FWParameterBase.cc:47
FWParameterBase::FWParameterBase
FWParameterBase(FWParameterizable *iParent, const std::string &iName)
Definition:
FWParameterBase.cc:33
Generated for CMSSW Reference Manual by
1.8.5