QxOrm  1.4.9
C++ Object Relational Mapping library

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

Go to the source code of this file.

Classes

class  qx::QxFunction_2< Owner, R, P1, P2 >
 qx::QxFunction_2<Owner, R, P1, P2> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 2 parameters P1, P2 More...
struct  qx::QxFunction_2< Owner, R, P1, P2 >::QxInvokerFct< T, bReturnValue >
struct  qx::QxFunction_2< Owner, R, P1, P2 >::QxInvokerFct< T, true >
class  qx::QxFunction_2< void, R, P1, P2 >
struct  qx::QxFunction_2< void, R, P1, P2 >::QxInvokerFct< T, bReturnValue >
struct  qx::QxFunction_2< void, R, P1, P2 >::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 >
IxFunction_ptr qx::function::bind_fct_2 (const typename QxFunction_2< Owner, R, P1, P2 >::type_fct &fct)
template<class Owner , typename R , typename P1 , typename P2 >
IxFunction_ptr qx::function::bind_member_fct_2 (const typename QxFunction_2< Owner, R, P1, P2 >::type_fct &fct)

Detailed Description

Concrete function class registered into QxOrm context with 2 parameters.

Author:
Lionel Marty

Definition in file QxFunction_2.h.