QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Concrete function class registered into QxOrm context with 7 parameters. More...

Go to the source code of this file.

Classes

class  qx::QxFunction_7< Owner, R, P1, P2, P3, P4, P5, P6, P7 >
 qx::QxFunction_7<Owner, R, P1, P2, P3, P4, P5, P6, P7> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 7 parameters P1, P2, P3, P4, P5, P6, P7 More...
 
struct  qx::QxFunction_7< Owner, R, P1, P2, P3, P4, P5, P6, P7 >::QxInvokerFct< T, bReturnValue >
 
struct  qx::QxFunction_7< Owner, R, P1, P2, P3, P4, P5, P6, P7 >::QxInvokerFct< T, true >
 
class  qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >
 
struct  qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >::QxInvokerFct< T, bReturnValue >
 
struct  qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >::QxInvokerFct< T, true >
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 
namespace  qx::function
 Register function into QxOrm context used by introspection engine.
 

Functions

template<class Owner , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
IxFunction_ptr qx::function::bind_fct_7 (const typename QxFunction_7< Owner, R, P1, P2, P3, P4, P5, P6, P7 >::type_fct &fct)
 
template<class Owner , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
IxFunction_ptr qx::function::bind_member_fct_7 (const typename QxFunction_7< Owner, R, P1, P2, P3, P4, P5, P6, P7 >::type_fct &fct)
 

Detailed Description

Concrete function class registered into QxOrm context with 7 parameters.

Author
Lionel Marty

Definition in file QxFunction_7.h.