| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Wrapper data structure for initialisation of fuction objects. More...
#include <JDBToolkit.hh>
Static Public Member Functions | |
| template<class JHelper_t , class ... Args> | |
| static void | initialise (JHelper_t &helper, const Args &...args) | 
| Initialise.   | |
| template<class ... Args> | |
| static void | initialise (JDetectorsHelper &(*pF)(), const Args &...args) | 
| Initialise.   | |
| template<class JHelper_t , class ... Args> | |
| static void | initialise (JHelper_t &(*pF)(), const Args &...args) | 
| Initialise.   | |
Wrapper data structure for initialisation of fuction objects.
The fuction objects will expand on the fly making a corresponding query to the database.
To avoid making a query within another query, a given function object can a priori be initialised using the static method JDBToolkit::initialise. 
Definition at line 332 of file JDBToolkit.hh.
      
  | 
  inlinestatic | 
Initialise.
| helper | helper object | 
| args | values | 
Definition at line 340 of file JDBToolkit.hh.
      
  | 
  inlinestatic | 
Initialise.
| pF | helper function | 
| args | values | 
Definition at line 353 of file JDBToolkit.hh.
      
  | 
  inlinestatic |