Public Member Functions | |
AnotherMakerWithRecursivePlugin (edm::ParameterSet const &iPSet) | |
int | value () const final |
Public Member Functions inherited from edmtest::AnotherIntMakerBase | |
virtual | ~AnotherIntMakerBase ()=default |
Static Public Member Functions | |
static void | fillPSetDescription (edm::ParameterSetDescription &iDesc) |
Public Attributes | |
std::unique_ptr< AnotherIntMakerBase > | recursivePluginHelper_ |
int | value_ |
Definition at line 58 of file ProducerWithPSetDesc.cc.
|
inlineexplicit |
Definition at line 59 of file ProducerWithPSetDesc.cc.
References edm::ParameterSet::getParameter().
|
inlinestatic |
Definition at line 67 of file ProducerWithPSetDesc.cc.
References edm::ParameterSetDescription::add(), and edm::ParameterSetDescription::addNode().
|
inlinefinalvirtual |
Implements edmtest::AnotherIntMakerBase.
Definition at line 65 of file ProducerWithPSetDesc.cc.
References value_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), and Types.vstring::insertInto().
std::unique_ptr<AnotherIntMakerBase> edmtest::AnotherMakerWithRecursivePlugin::recursivePluginHelper_ |
Definition at line 75 of file ProducerWithPSetDesc.cc.
int edmtest::AnotherMakerWithRecursivePlugin::value_ |
Definition at line 76 of file ProducerWithPSetDesc.cc.
Referenced by value().