CMS 3D CMS Logo

Classes | Namespaces | Typedefs | Functions

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/FWCore/ParameterSet/interface/ParameterSetDescriptionFiller.h File Reference

#include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerBase.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "boost/mpl/if.hpp"
#include <string>

Go to the source code of this file.

Classes

class  edm::DescriptionFillerForESProducers< T >
class  edm::DescriptionFillerForESSources< T >
class  edm::DescriptionFillerForServices< T >
struct  edm::fillDetails::DoFillAsUnknown< T >
struct  edm::fillDetails::DoFillDescriptions< T >
struct  edm::fillDetails::DoNothing< T >
struct  edm::fillDetails::DoPrevalidate< T >
struct  edm::fillDetails::has_fillDescriptions_function< T >
struct  edm::fillDetails::has_prevalidate_function< T >
class  edm::ParameterSetDescriptionFiller< T >

Namespaces

namespace  edm
 

A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.


namespace  edm::fillDetails

Typedefs

typedef char(& edm::fillDetails::no_tag )[1]
typedef char(& edm::fillDetails::yes_tag )[2]

Functions

template<typename T >
no_tag edm::fillDetails::has_fillDescriptions_helper (...)
template<typename T >
yes_tag edm::fillDetails::has_fillDescriptions_helper (fillDescriptions_function< T,&T::fillDescriptions > *dummy)
template<typename T >
no_tag edm::fillDetails::has_prevalidate_helper (...)
template<typename T >
yes_tag edm::fillDetails::has_prevalidate_helper (fillDescriptions_function< T,&T::prevalidate > *dummy)