CMS 3D CMS Logo

Namespaces | Typedefs | Functions | Variables
FillDescriptionFromPSet.cc File Reference
#include "FWCore/ParameterSet/src/FillDescriptionFromPSet.h"
#include "FWCore/ParameterSet/interface/ParameterDescriptionNode.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/Entry.h"
#include <string>
#include <map>
#include <vector>

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Typedefs

typedef void(* FillDescriptionFromParameter) (edm::ParameterSet const &, std::string const &, bool, edm::ParameterSetDescription &)
 

Functions

void edm::fillDescriptionFromPSet (ParameterSet const &pset, ParameterSetDescription &desc)
 

Variables

static std::map< edm::ParameterTypes, FillDescriptionFromParameters_findTheRightFunction
 

Typedef Documentation

◆ FillDescriptionFromParameter

typedef void(* FillDescriptionFromParameter) (edm::ParameterSet const &, std::string const &, bool, edm::ParameterSetDescription &)

Definition at line 21 of file FillDescriptionFromPSet.cc.

Variable Documentation

◆ s_findTheRightFunction

std::map<edm::ParameterTypes, FillDescriptionFromParameter> s_findTheRightFunction
static

Definition at line 26 of file FillDescriptionFromPSet.cc.