QxOrm  1.4.9
C++ Object Relational Mapping library
qx::QxClassX::invoke_default< U > Struct Template Reference

List of all members.

Static Public Member Functions

static qx_bool invoke (const QString &sClassKey, const QString &sFctKey, U &pOwner, const QString &params=QString(), qx::any *ret=NULL)
static qx_bool invoke (const QString &sClassKey, const QString &sFctKey, U &pOwner, const type_any_params &params, qx::any *ret=NULL)

Detailed Description

template<class U>
struct qx::QxClassX::invoke_default< U >

Definition at line 162 of file QxClassX.h.


Member Function Documentation

template<class U >
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.

template<class U >
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.


The documentation for this struct was generated from the following file: