Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Fireworks
Core
interface
FWParameterBase.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWParameterBase_h
2
#define Fireworks_Core_FWParameterBase_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWParameterBase
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Sat Feb 23 13:35:15 EST 2008
19
//
20
21
// system include files
22
#include <string>
23
24
// user include files
25
#include "
Fireworks/Core/interface/FWConfigurable.h
"
26
27
// forward declarations
28
class
FWConfiguration
;
29
class
FWParameterizable
;
30
31
class
FWParameterBase
:
public
FWConfigurable
{
32
public
:
33
FWParameterBase
(
FWParameterizable
* iParent,
const
std::string
& iName);
34
~FWParameterBase
()
override
;
35
36
// ---------- const member functions ---------------------
37
38
//virtual void addTo(FWConfiguration& ) const = 0;
39
const
std::string
&
name
()
const
{
return
m_name
; }
40
41
// ---------- static member functions --------------------
42
43
// ---------- member functions ---------------------------
44
//virtual void setFrom(const FWConfiguration&) = 0;
45
46
FWParameterBase
(
const
FWParameterBase
&) =
delete
;
// stop default
47
const
FWParameterBase
&
operator=
(
const
FWParameterBase
&) =
delete
;
// stop default
48
private
:
49
// ---------- member data --------------------------------
50
51
std::string
m_name
;
52
};
53
54
#endif
FWParameterBase::operator=
const FWParameterBase & operator=(const FWParameterBase &)=delete
FWParameterBase
Definition:
FWParameterBase.h:31
FWConfigurable
Definition:
FWConfigurable.h:28
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
FWConfigurable.h
FWParameterBase::~FWParameterBase
~FWParameterBase() override
Definition:
FWParameterBase.cc:42
FWParameterizable
Definition:
FWParameterizable.h:29
FWParameterBase::m_name
std::string m_name
Definition:
FWParameterBase.h:51
FWConfiguration
Definition:
FWConfiguration.h:31
FWParameterBase::name
const std::string & name() const
Definition:
FWParameterBase.h:39
FWParameterBase::FWParameterBase
FWParameterBase(FWParameterizable *iParent, const std::string &iName)
Definition:
FWParameterBase.cc:31
Generated for CMSSW Reference Manual by
1.8.5