CMS 3D CMS Logo

List of all members | Public Member Functions
edm::DescriptionFillerForESSources< T > Class Template Reference

#include <ParameterSetDescriptionFiller.h>

Inheritance diagram for edm::DescriptionFillerForESSources< T >:
edm::ParameterSetDescriptionFillerBase

Public Member Functions

const std::string & baseType () const override
 
 DescriptionFillerForESSources ()
 
 DescriptionFillerForESSources (const DescriptionFillerForESSources &)=delete
 
const std::string & extendedBaseType () const override
 
void fill (ConfigurationDescriptions &descriptions) const override
 
const DescriptionFillerForESSourcesoperator= (const DescriptionFillerForESSources &)=delete
 
- Public Member Functions inherited from edm::ParameterSetDescriptionFillerBase
const ParameterSetDescriptionFillerBaseoperator= (const ParameterSetDescriptionFillerBase &)=delete
 
 ParameterSetDescriptionFillerBase ()
 
 ParameterSetDescriptionFillerBase (const ParameterSetDescriptionFillerBase &)=delete
 
virtual ~ParameterSetDescriptionFillerBase ()
 

Additional Inherited Members

- Static Public Attributes inherited from edm::ParameterSetDescriptionFillerBase
static const std::string kBaseForEDLooper
 
static const std::string kBaseForESProducer
 
static const std::string kBaseForESSource
 
- Static Protected Member Functions inherited from edm::ParameterSetDescriptionFillerBase
static const std::string & extendedBaseType (one::EDAnalyzerBase const *)
 
static const std::string & extendedBaseType (one::EDProducerBase const *)
 
static const std::string & extendedBaseType (one::EDFilterBase const *)
 
static const std::string & extendedBaseType (one::OutputModuleBase const *)
 
static const std::string & extendedBaseType (stream::EDAnalyzerBase const *)
 
static const std::string & extendedBaseType (stream::EDProducerBase const *)
 
static const std::string & extendedBaseType (stream::EDFilterBase const *)
 
static const std::string & extendedBaseType (global::EDAnalyzerBase const *)
 
static const std::string & extendedBaseType (global::EDProducerBase const *)
 
static const std::string & extendedBaseType (global::EDFilterBase const *)
 
static const std::string & extendedBaseType (global::OutputModuleBase const *)
 
static const std::string & extendedBaseType (limited::EDAnalyzerBase const *)
 
static const std::string & extendedBaseType (limited::EDProducerBase const *)
 
static const std::string & extendedBaseType (limited::EDFilterBase const *)
 
static const std::string & extendedBaseType (limited::OutputModuleBase const *)
 
static const std::string & extendedBaseType (void const *)
 
- Static Protected Attributes inherited from edm::ParameterSetDescriptionFillerBase
static const std::string kBaseForService
 
static const std::string kEmpty
 
static const std::string kExtendedBaseForEDAnalyzer
 
static const std::string kExtendedBaseForEDFilter
 
static const std::string kExtendedBaseForEDProducer
 
static const std::string kExtendedBaseForGlobalEDAnalyzer
 
static const std::string kExtendedBaseForGlobalEDFilter
 
static const std::string kExtendedBaseForGlobalEDProducer
 
static const std::string kExtendedBaseForGlobalOutputModule
 
static const std::string kExtendedBaseForLimitedEDAnalyzer
 
static const std::string kExtendedBaseForLimitedEDFilter
 
static const std::string kExtendedBaseForLimitedEDProducer
 
static const std::string kExtendedBaseForLimitedOutputModule
 
static const std::string kExtendedBaseForOneEDAnalyzer
 
static const std::string kExtendedBaseForOneEDFilter
 
static const std::string kExtendedBaseForOneEDProducer
 
static const std::string kExtendedBaseForOneOutputModule
 
static const std::string kExtendedBaseForStreamEDAnalyzer
 
static const std::string kExtendedBaseForStreamEDFilter
 
static const std::string kExtendedBaseForStreamEDProducer
 

Detailed Description

template<typename T>
class edm::DescriptionFillerForESSources< T >

Definition at line 137 of file ParameterSetDescriptionFiller.h.

Constructor & Destructor Documentation

◆ DescriptionFillerForESSources() [1/2]

Definition at line 139 of file ParameterSetDescriptionFiller.h.

139 {}

◆ DescriptionFillerForESSources() [2/2]

Member Function Documentation

◆ baseType()

template<typename T >
const std::string& edm::DescriptionFillerForESSources< T >::baseType ( ) const
inlineoverridevirtual

◆ extendedBaseType()

template<typename T >
const std::string& edm::DescriptionFillerForESSources< T >::extendedBaseType ( ) const
inlineoverridevirtual

◆ fill()

template<typename T >
void edm::DescriptionFillerForESSources< T >::fill ( ConfigurationDescriptions descriptions) const
inlineoverridevirtual

Implements edm::ParameterSetDescriptionFillerBase.

Definition at line 145 of file ParameterSetDescriptionFiller.h.

145  {
146  fillDetails::fillIfExists<T>(descriptions);
147  fillDetails::prevalidateIfExists<T>(descriptions);
148  }

◆ operator=()

template<typename T >
const DescriptionFillerForESSources& edm::DescriptionFillerForESSources< T >::operator= ( const DescriptionFillerForESSources< T > &  )
delete