![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
qx::QxFunction_4<Owner, R, P1, P2, P3, P4> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 4 parameters P1, P2, P3, P4 More...
#include <QxFunction_4.h>
Classes | |
struct | QxInvokerFct |
struct | QxInvokerFct< T, true > |
Public Types | |
typedef std::function< R(Owner *, P1, P2, P3, P4)> | 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 |
typedef qx::trait::remove_attr< P4, false >::type | type_P4 |
![]() | |
typedef std::vector< qx::any > | type_any_params |
Public Member Functions | |
QX_FUNCTION_CLASS_MEMBER_FCT (QxFunction_4) | |
virtual int | getParamCount () const |
virtual qx_bool | isValidParams (const QString ¶ms) const |
virtual qx_bool | isValidParams (const type_any_params ¶ms) const |
![]() | |
IxFunction () | |
virtual | ~IxFunction () |
QString | getKey () const |
QString | getSeparator () const |
QString | getDescription () const |
void | setKey (const QString &s) |
void | setSeparator (const QString &s) |
void | setDescription (const QString &s) |
virtual qx_bool | invoke (const QString ¶ms=QString(), qx::any *ret=NULL) const =0 |
virtual qx_bool | invoke (const type_any_params ¶ms, qx::any *ret=NULL) const =0 |
virtual qx_bool | invoke (void *pOwner, const QString ¶ms=QString(), qx::any *ret=NULL) const =0 |
virtual qx_bool | invoke (void *pOwner, const type_any_params ¶ms, qx::any *ret=NULL) const =0 |
virtual qx_bool | isValidFct () const =0 |
template<class T > | |
qx_bool | isValidOwner (void *pOwner, T *dummy) const |
template<class T > | |
qx_bool | isValid (const T ¶ms) const |
template<class T , class U > | |
qx_bool | isValid (void *pOwner, const T ¶ms, U *dummy) const |
![]() | |
QxPropertyBag () | |
virtual | ~QxPropertyBag () |
void | setPropertyBag (const QString &key, const QVariant &value) |
QVariant | getPropertyBag (const QString &key) const |
void | removePropertyBag (const QString &key) |
void | clearPropertyBag () |
long | countPropertyBag () const |
QList< QString > | getAllPropertyBagKeys () const |
Additional Inherited Members | |
![]() | |
typedef QHash< QString, QVariant > | type_hash_prop_bag |
typedef std::shared_ptr< type_hash_prop_bag > | type_hash_prop_bag_ptr |
![]() | |
QString | m_sKey |
Function key. | |
QString | m_sSeparator |
Separator character(s) for 'QString' parameters type. | |
QString | m_sDescription |
Function description. | |
![]() | |
type_hash_prop_bag_ptr | m_lstPropertyBag |
List of all properties in the bag (meta-data) | |
qx::QxFunction_4<Owner, R, P1, P2, P3, P4> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 4 parameters P1, P2, P3, P4
Definition at line 56 of file QxFunction_4.h.
typedef std::function<R (Owner *, P1, P2, P3, P4)> qx::QxFunction_4< Owner, R, P1, P2, P3, P4 >::type_fct |
Definition at line 61 of file QxFunction_4.h.
typedef qx::trait::remove_attr<P1,false>::type qx::QxFunction_4< Owner, R, P1, P2, P3, P4 >::type_P1 |
Definition at line 62 of file QxFunction_4.h.
typedef qx::trait::remove_attr<P2,false>::type qx::QxFunction_4< Owner, R, P1, P2, P3, P4 >::type_P2 |
Definition at line 63 of file QxFunction_4.h.
typedef qx::trait::remove_attr<P3,false>::type qx::QxFunction_4< Owner, R, P1, P2, P3, P4 >::type_P3 |
Definition at line 64 of file QxFunction_4.h.
typedef qx::trait::remove_attr<P4,false>::type qx::QxFunction_4< Owner, R, P1, P2, P3, P4 >::type_P4 |
Definition at line 65 of file QxFunction_4.h.
|
inlinevirtual |
Implements qx::IxFunction.
Definition at line 68 of file QxFunction_4.h.
|
inlinevirtual |
Implements qx::IxFunction.
Definition at line 69 of file QxFunction_4.h.
|
inlinevirtual |
Implements qx::IxFunction.
Definition at line 70 of file QxFunction_4.h.
qx::QxFunction_4< Owner, R, P1, P2, P3, P4 >::QX_FUNCTION_CLASS_MEMBER_FCT | ( | QxFunction_4< Owner, R, P1, P2, P3, P4 > | ) |