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 | 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
ParameterSetDescriptionFillerBase
operator= (const ParameterSetDescriptionFillerBase &)=delete
 
 ParameterSetDescriptionFillerBase ()
 
 ParameterSetDescriptionFillerBase (const ParameterSetDescriptionFillerBase &)=delete
 
virtual ~ParameterSetDescriptionFillerBase ()
 

Private Member Functions

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

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

Definition at line 119 of file ParameterSetDescriptionFiller.h.

Constructor & Destructor Documentation

Definition at line 121 of file ParameterSetDescriptionFiller.h.

121 {}

Member Function Documentation

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

Implements edm::ParameterSetDescriptionFillerBase.

Definition at line 125 of file ParameterSetDescriptionFiller.h.

References relativeConstraints::value.

125  {
129  fill_descriptions;
130  fill_descriptions(descriptions);
131  //we don't have a need for prevalidation of services at the moment, so this is a placeholder
132  // Probably the best package to declare this in would be FWCore/ServiceRegistry
133  //prevalidateService(descriptions);
134  }
template<typename T >
const DescriptionFillerForServices& edm::DescriptionFillerForServices< T >::operator= ( const DescriptionFillerForServices< T > &  )
private
template<typename T >
void edm::DescriptionFillerForServices< T >::prevalidate ( ConfigurationDescriptions descriptions)
private