QxOrm
1.5.0
C++ Object Relational Mapping library
|
Static Public Member Functions | |
static qx_bool | invoke (const QString &sClassKey, const QString &sFctKey, U &pOwner, const QString ¶ms=QString(), qx::any *ret=NULL) |
static qx_bool | invoke (const QString &sClassKey, const QString &sFctKey, U &pOwner, const type_any_params ¶ms, qx::any *ret=NULL) |
Definition at line 162 of file QxClassX.h.
static qx_bool qx::QxClassX::invoke_default< U >::invoke | ( | const QString & | sClassKey, |
const QString & | sFctKey, | ||
U & | pOwner, | ||
const QString & | params = QString() , |
||
qx::any * | ret = NULL |
||
) | [inline, static] |
Definition at line 164 of file QxClassX.h.
static qx_bool qx::QxClassX::invoke_default< U >::invoke | ( | const QString & | sClassKey, |
const QString & | sFctKey, | ||
U & | pOwner, | ||
const type_any_params & | params, | ||
qx::any * | ret = NULL |
||
) | [inline, static] |
Definition at line 166 of file QxClassX.h.