![]() |
QxOrm
1.2.3
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(), boost::any *ret=NULL) |
| static qx_bool | invoke (const QString &sClassKey, const QString &sFctKey, U &pOwner, const type_any_params ¶ms, boost::any *ret=NULL) |
Definition at line 141 of file QxClassX.h.
| static qx_bool qx::QxClassX::invoke_ptr< U >::invoke | ( | const QString & | sClassKey, |
| const QString & | sFctKey, | ||
| U & | pOwner, | ||
| const QString & | params = QString(), |
||
| boost::any * | ret = NULL |
||
| ) | [inline, static] |
Definition at line 143 of file QxClassX.h.
| static qx_bool qx::QxClassX::invoke_ptr< U >::invoke | ( | const QString & | sClassKey, |
| const QString & | sFctKey, | ||
| U & | pOwner, | ||
| const type_any_params & | params, | ||
| boost::any * | ret = NULL |
||
| ) | [inline, static] |
Definition at line 145 of file QxClassX.h.