Wrapper class to share parameters.
More...
#include <JParametersHelper.hh>
|
static const JParameters_t *& | get () |
| Get pointer to latest parameters. More...
|
|
template<class JParameters_t>
struct JTRIGGER::JParametersHelper< JParameters_t >
Wrapper class to share parameters.
The static method JParametersHelper::getParameters can be used to obtain the latest parameter values.
Definition at line 19 of file JParametersHelper.hh.
template<class JParameters_t>
Default constructor.
Definition at line 25 of file JParametersHelper.hh.
28 get() = static_cast<const JParameters_t*>(
this);
template<class JParameters_t>
Copy constructor.
- Parameters
-
Definition at line 37 of file JParametersHelper.hh.
38 JParameters_t(parameters)
40 get() = static_cast<const JParameters_t*>(
this);
template<class JParameters_t>
template<class JParameters_t>
Get pointer to latest parameters.
- Returns
- pointer to latest parameters
Definition at line 60 of file JParametersHelper.hh.
62 static const JParameters_t* parameters;
The documentation for this struct was generated from the following file: