#include <IllegalParameters.h>
Static Private Member Functions | |
static void | setThrowAnException (bool v) |
static bool | throwAnException () |
Static Private Attributes | |
static bool | throwAnException_ = true |
Friends | |
class | EventProcessor |
class | ParameterSetDescription |
class | SubProcess |
Definition at line 8 of file IllegalParameters.h.
static void edm::IllegalParameters::setThrowAnException | ( | bool | v | ) | [inline, static, private] |
Definition at line 12 of file IllegalParameters.h.
References throwAnException_, and v.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
{ throwAnException_ = v; }
static bool edm::IllegalParameters::throwAnException | ( | ) | [inline, static, private] |
Definition at line 11 of file IllegalParameters.h.
References throwAnException_.
Referenced by edm::ParameterSetDescription::validate().
{ return throwAnException_; }
friend class EventProcessor [friend] |
Definition at line 14 of file IllegalParameters.h.
friend class ParameterSetDescription [friend] |
Definition at line 16 of file IllegalParameters.h.
friend class SubProcess [friend] |
Definition at line 15 of file IllegalParameters.h.
bool edm::IllegalParameters::throwAnException_ = true [static, private] |
Definition at line 10 of file IllegalParameters.h.
Referenced by setThrowAnException(), and throwAnException().