CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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

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

Private Member Functions

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

Additional Inherited Members

- Static Protected Attributes inherited from edm::ParameterSetDescriptionFillerBase
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 kExtendedBaseForOneEDAnalyzer
 
static const std::string kExtendedBaseForOneEDFilter
 
static const std::string kExtendedBaseForOneEDProducer
 
static const std::string kExtendedBaseForOneOutputModule
 
static const std::string kExtendedBaseForOutputModule
 
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 168 of file ParameterSetDescriptionFiller.h.

Constructor & Destructor Documentation

Definition at line 171 of file ParameterSetDescriptionFiller.h.

171 {}

Member Function Documentation

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

Implements edm::ParameterSetDescriptionFillerBase.

Definition at line 175 of file ParameterSetDescriptionFiller.h.

References relativeConstraints::value.

175  {
178  edm::fillDetails::DoFillAsUnknown<T> >::type fill_descriptions;
179  fill_descriptions(descriptions);
180  //we don't have a need for prevalidation of services at the moment, so this is a placeholder
181  // Probably the best package to declare this in would be FWCore/ServiceRegistry
182  //prevalidateService(descriptions);
183  }
type
Definition: HCALResponse.h:21
template<typename T >
const DescriptionFillerForServices& edm::DescriptionFillerForServices< T >::operator= ( const DescriptionFillerForServices< T > &  )
private
template<typename T >
void edm::DescriptionFillerForServices< T >::prevalidate ( ConfigurationDescriptions descriptions)
private