Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
FWCore
ParameterSet
src
ParameterSetDescriptionTraits.cc
Go to the documentation of this file.
1
#include "
FWCore/ParameterSet/interface/ParameterSetDescriptionTraits.h
"
2
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
3
4
namespace
edm {
5
6
ParameterSetDescription
*
value_ptr_traits<ParameterSetDescription>::clone
(
ParameterSetDescription
const
*
p
) {
7
return
new
ParameterSetDescription
(*p);
8
}
9
10
void
value_ptr_traits<ParameterSetDescription>::destroy
(
ParameterSetDescription
*
p
) {
delete
p
; }
11
}
// namespace edm
edm::value_ptr_traits::clone
static T * clone(T const *p)
Definition:
value_ptr.h:52
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
edm::value_ptr_traits::destroy
static void destroy(T *p)
Definition:
value_ptr.h:53
ParameterSetDescriptionTraits.h
ParameterSetDescription.h
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.5