CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
edm::DescriptionFillerForESProducers< T > Class Template Reference

#include <ParameterSetDescriptionFiller.h>

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

Public Member Functions

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

Additional Inherited Members

- Static Protected Member Functions inherited from edm::ParameterSetDescriptionFillerBase
static const std::string & extendedBaseType (EDAnalyzer const *)
 
static const std::string & extendedBaseType (EDProducer const *)
 
static const std::string & extendedBaseType (EDFilter const *)
 
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 kBaseForEDLooper
 
static const std::string kBaseForESProducer
 
static const std::string kBaseForESSource
 
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::DescriptionFillerForESProducers< T >

Definition at line 175 of file ParameterSetDescriptionFiller.h.

Constructor & Destructor Documentation

Definition at line 177 of file ParameterSetDescriptionFiller.h.

177 {}

Member Function Documentation

template<typename T >
const std::string& edm::DescriptionFillerForESProducers< T >::baseType ( ) const
inlineoverridevirtual
template<typename T >
const std::string& edm::DescriptionFillerForESProducers< T >::extendedBaseType ( ) const
inlineoverridevirtual
template<typename T >
void edm::DescriptionFillerForESProducers< T >::fill ( ConfigurationDescriptions descriptions) const
inlineoverridevirtual
template<typename T >
const DescriptionFillerForESProducers& edm::DescriptionFillerForESProducers< T >::operator= ( const DescriptionFillerForESProducers< T > &  )
delete