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::DescriptionFillerForESSources< T > Class Template Reference

#include <ParameterSetDescriptionFiller.h>

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

Public Member Functions

virtual const std::string & baseType () const
 
 DescriptionFillerForESSources ()
 
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

 DescriptionFillerForESSources (const DescriptionFillerForESSources &)
 
const
DescriptionFillerForESSources
operator= (const DescriptionFillerForESSources &)
 

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 kExtendedBaseForGlobalOutputModule
 
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::DescriptionFillerForESSources< T >

Definition at line 203 of file ParameterSetDescriptionFiller.h.

Constructor & Destructor Documentation

Definition at line 206 of file ParameterSetDescriptionFiller.h.

206 {}

Member Function Documentation

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