#include <FWCore/Integration/test/stubs/ValueExample.h>
Public Member Functions | |
int | value () const |
ValueExample (const edm::ParameterSet &) | |
virtual | ~ValueExample () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
const ValueExample & | operator= (const ValueExample &)=delete |
ValueExample (const ValueExample &)=delete | |
Private Attributes | |
int | value_ |
Description: An example of a trivial Service
Usage: <usage>
Definition at line 26 of file ValueExample.h.
ValueExample::ValueExample | ( | const edm::ParameterSet & | iPSet | ) |
Definition at line 18 of file ValueExample.cc.
|
virtual |
Definition at line 20 of file ValueExample.cc.
|
privatedelete |
|
static |
Definition at line 22 of file ValueExample.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
privatedelete |
|
inline |
Definition at line 32 of file ValueExample.h.
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().
|
private |
Definition at line 45 of file ValueExample.h.
Referenced by value().