QxOrm
1.5.0
C++ Object Relational Mapping library
|
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...
#include <QxFunction_1.h>
Classes | |
struct | QxInvokerFct |
struct | QxInvokerFct< T, true > |
Public Types | |
typedef std::function< R(Owner *, P1) | type_fct ) |
typedef qx::trait::remove_attr < P1, false >::type | type_P1 |
Public Member Functions | |
QX_FUNCTION_CLASS_MEMBER_FCT (QxFunction_1) | |
virtual int | getParamCount () const |
virtual qx_bool | isValidParams (const QString ¶ms) const |
virtual qx_bool | isValidParams (const type_any_params ¶ms) const |
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
Definition at line 56 of file QxFunction_1.h.
typedef std::function<R (Owner *, P1) qx::QxFunction_1< Owner, R, P1 >::type_fct) |
Definition at line 61 of file QxFunction_1.h.
typedef qx::trait::remove_attr<P1, false>::type qx::QxFunction_1< Owner, R, P1 >::type_P1 |
Definition at line 62 of file QxFunction_1.h.
virtual int qx::QxFunction_1< Owner, R, P1 >::getParamCount | ( | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 65 of file QxFunction_1.h.
virtual qx_bool qx::QxFunction_1< Owner, R, P1 >::isValidParams | ( | const QString & | params | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 66 of file QxFunction_1.h.
virtual qx_bool qx::QxFunction_1< Owner, R, P1 >::isValidParams | ( | const type_any_params & | params | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 67 of file QxFunction_1.h.
qx::QxFunction_1< Owner, R, P1 >::QX_FUNCTION_CLASS_MEMBER_FCT | ( | QxFunction_1< Owner, R, P1 > | ) |