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

Concrete function class registered into QxOrm context with 1 parameter. More...

Go to the source code of this file.

Classes

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

Detailed Description

Concrete function class registered into QxOrm context with 1 parameter.

Author
Lionel Marty

Definition in file QxFunction_1.h.