QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxFunction_3.h>
Classes | |
struct | QxInvokerFct |
struct | QxInvokerFct< T, true > |
Public Types | |
typedef std::function< R(P1, P2, P3)> | type_fct |
typedef qx::trait::remove_attr < P1, false >::type | type_P1 |
typedef qx::trait::remove_attr < P2, false >::type | type_P2 |
typedef qx::trait::remove_attr < P3, false >::type | type_P3 |
Public Member Functions | |
QX_FUNCTION_CLASS_FCT (QxFunction_3) | |
virtual int | getParamCount () const |
virtual qx_bool | isValidParams (const QString ¶ms) const |
virtual qx_bool | isValidParams (const type_any_params ¶ms) const |
Definition at line 104 of file QxFunction_3.h.
typedef std::function<R (P1, P2, P3)> qx::QxFunction_3< void, R, P1, P2, P3 >::type_fct |
Definition at line 109 of file QxFunction_3.h.
typedef qx::trait::remove_attr<P1, false>::type qx::QxFunction_3< void, R, P1, P2, P3 >::type_P1 |
Definition at line 110 of file QxFunction_3.h.
typedef qx::trait::remove_attr<P2, false>::type qx::QxFunction_3< void, R, P1, P2, P3 >::type_P2 |
Definition at line 111 of file QxFunction_3.h.
typedef qx::trait::remove_attr<P3, false>::type qx::QxFunction_3< void, R, P1, P2, P3 >::type_P3 |
Definition at line 112 of file QxFunction_3.h.
virtual int qx::QxFunction_3< void, R, P1, P2, P3 >::getParamCount | ( | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 115 of file QxFunction_3.h.
virtual qx_bool qx::QxFunction_3< void, R, P1, P2, P3 >::isValidParams | ( | const QString & | params | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 116 of file QxFunction_3.h.
virtual qx_bool qx::QxFunction_3< void, R, P1, P2, P3 >::isValidParams | ( | const type_any_params & | params | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 117 of file QxFunction_3.h.
qx::QxFunction_3< void, R, P1, P2, P3 >::QX_FUNCTION_CLASS_FCT | ( | QxFunction_3< void, R, P1, P2, P3 > | ) |