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