CMS 3D CMS Logo

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

#include <ParameterSetDescriptionFiller.h>

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

Public Member Functions

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

Private Member Functions

 DescriptionFillerForServices (const DescriptionFillerForServices &)
 
const DescriptionFillerForServicesoperator= (const DescriptionFillerForServices &)
 
void prevalidate (ConfigurationDescriptions &descriptions)
 

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::DescriptionFillerForServices< T >

Definition at line 113 of file ParameterSetDescriptionFiller.h.

Constructor & Destructor Documentation

◆ DescriptionFillerForServices() [1/2]

Definition at line 115 of file ParameterSetDescriptionFiller.h.

115 {}

◆ DescriptionFillerForServices() [2/2]

Member Function Documentation

◆ baseType()

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

◆ extendedBaseType()

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

◆ fill()

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

Implements edm::ParameterSetDescriptionFillerBase.

Definition at line 119 of file ParameterSetDescriptionFiller.h.

119  {
120  fillDetails::fillIfExists<T>(descriptions);
121  //we don't have a need for prevalidation of services at the moment, so this is a placeholder
122  // Probably the best package to declare this in would be FWCore/ServiceRegistry
123  //prevalidateService(descriptions);
124  }

◆ operator=()

template<typename T >
const DescriptionFillerForServices& edm::DescriptionFillerForServices< T >::operator= ( const DescriptionFillerForServices< T > &  )
private

◆ prevalidate()

template<typename T >
void edm::DescriptionFillerForServices< T >::prevalidate ( ConfigurationDescriptions descriptions)
private