#include "FWCore/ParameterSet/interface/ParameterDescription.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
Defines | |
#define | TYPE_TO_ENUM(type, e_val) template<> ParameterTypes ParameterTypeToEnum::toEnum<type >(){ return e_val; } |
#define | TYPE_TO_NAME(type) case k_ ## type: return #type |
Functions | |
std::string | edm::parameterTypeEnumToString (ParameterTypes) |
#define TYPE_TO_ENUM | ( | type, | |||
e_val | ) | template<> ParameterTypes ParameterTypeToEnum::toEnum<type >(){ return e_val; } |
Definition at line 24 of file ParameterDescription.cc.
Definition at line 23 of file ParameterDescription.cc.
Referenced by edm::parameterTypeEnumToString().