Jpp  15.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
JDATABASE::JDBToolkit Struct Reference

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. More...
 

Detailed Description

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 262 of file JDBToolkit.hh.

Member Function Documentation

template<class JHelper_t , class... Args>
static void JDATABASE::JDBToolkit::initialise ( JHelper_t &  helper,
const Args &...  args 
)
inlinestatic

Initialise.

Parameters
helperdatabase helper
argsvalues

Definition at line 270 of file JDBToolkit.hh.

271  {
272  helper.initialise(args...);
273  }

The documentation for this struct was generated from the following file: