QxOrm
1.5.0
C++ Object Relational Mapping library
|
Concrete function class registered into QxOrm context with 3 parameters. More...
Go to the source code of this file.
Classes | |
class | qx::QxFunction_3< Owner, R, P1, P2, P3 > |
qx::QxFunction_3<Owner, R, P1, P2, P3> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 3 parameters P1, P2, P3 More... | |
struct | qx::QxFunction_3< Owner, R, P1, P2, P3 >::QxInvokerFct< T, bReturnValue > |
struct | qx::QxFunction_3< Owner, R, P1, P2, P3 >::QxInvokerFct< T, true > |
class | qx::QxFunction_3< void, R, P1, P2, P3 > |
struct | qx::QxFunction_3< void, R, P1, P2, P3 >::QxInvokerFct< T, bReturnValue > |
struct | qx::QxFunction_3< void, R, P1, P2, P3 >::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 > | |
IxFunction_ptr | qx::function::bind_fct_3 (const typename QxFunction_3< Owner, R, P1, P2, P3 >::type_fct &fct) |
template<class Owner , typename R , typename P1 , typename P2 , typename P3 > | |
IxFunction_ptr | qx::function::bind_member_fct_3 (const typename QxFunction_3< Owner, R, P1, P2, P3 >::type_fct &fct) |
Concrete function class registered into QxOrm context with 3 parameters.
Definition in file QxFunction_3.h.