![]() |
QxOrm 1.1.6
C++ Object Relational Mapping library
|
#include <QxFunction_2.h>
Classes | |
struct | QxInvokerFct |
struct | QxInvokerFct< T, true > |
Public Types | |
typedef boost::function< R(P1, P2)> | type_fct |
typedef qx::trait::remove_attr < P1, false >::type | type_P1 |
typedef qx::trait::remove_attr < P2, false >::type | type_P2 |
Public Member Functions | |
QX_FUNCTION_CLASS_FCT (QxFunction_2) | |
virtual qx_bool | isValidParams (const QString ¶ms) const |
virtual qx_bool | isValidParams (const type_any_params ¶ms) const |
Definition at line 94 of file QxFunction_2.h.
typedef boost::function<R (P1, P2)> qx::QxFunction_2< void, R, P1, P2 >::type_fct |
Definition at line 99 of file QxFunction_2.h.
typedef qx::trait::remove_attr<P1, false>::type qx::QxFunction_2< void, R, P1, P2 >::type_P1 |
Definition at line 100 of file QxFunction_2.h.
typedef qx::trait::remove_attr<P2, false>::type qx::QxFunction_2< void, R, P1, P2 >::type_P2 |
Definition at line 101 of file QxFunction_2.h.
virtual qx_bool qx::QxFunction_2< void, R, P1, P2 >::isValidParams | ( | const QString & | params | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 104 of file QxFunction_2.h.
virtual qx_bool qx::QxFunction_2< void, R, P1, P2 >::isValidParams | ( | const type_any_params & | params | ) | const [inline, virtual] |
Implements qx::IxFunction.
Definition at line 105 of file QxFunction_2.h.
qx::QxFunction_2< void, R, P1, P2 >::QX_FUNCTION_CLASS_FCT | ( | QxFunction_2< void, R, P1, P2 > | ) |