QxOrm  1.4.9
C++ Object Relational Mapping library
qx::QxFunction_2< void, R, P1, P2 > Class Template Reference

#include <QxFunction_2.h>

Inheritance diagram for qx::QxFunction_2< void, R, P1, P2 >:
qx::IxFunction qx::QxPropertyBag

List of all members.

Classes

struct  QxInvokerFct
struct  QxInvokerFct< T, true >

Public Types

typedef std::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 int getParamCount () const
virtual qx_bool isValidParams (const QString &params) const
virtual qx_bool isValidParams (const type_any_params &params) const

Detailed Description

template<typename R, typename P1, typename P2>
class qx::QxFunction_2< void, R, P1, P2 >

Definition at line 101 of file QxFunction_2.h.


Member Typedef Documentation

template<typename R , typename P1 , typename P2 >
typedef std::function<R (P1, P2)> qx::QxFunction_2< void, R, P1, P2 >::type_fct

Definition at line 106 of file QxFunction_2.h.

template<typename R , typename P1 , typename P2 >
typedef qx::trait::remove_attr<P1, false>::type qx::QxFunction_2< void, R, P1, P2 >::type_P1

Definition at line 107 of file QxFunction_2.h.

template<typename R , typename P1 , typename P2 >
typedef qx::trait::remove_attr<P2, false>::type qx::QxFunction_2< void, R, P1, P2 >::type_P2

Definition at line 108 of file QxFunction_2.h.


Member Function Documentation

template<typename R , typename P1 , typename P2 >
virtual int qx::QxFunction_2< void, R, P1, P2 >::getParamCount ( ) const [inline, virtual]

Implements qx::IxFunction.

Definition at line 111 of file QxFunction_2.h.

template<typename R , typename P1 , typename P2 >
virtual qx_bool qx::QxFunction_2< void, R, P1, P2 >::isValidParams ( const QString &  params) const [inline, virtual]

Implements qx::IxFunction.

Definition at line 112 of file QxFunction_2.h.

template<typename R , typename P1 , typename P2 >
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 113 of file QxFunction_2.h.

template<typename R , typename P1 , typename P2 >
qx::QxFunction_2< void, R, P1, P2 >::QX_FUNCTION_CLASS_FCT ( QxFunction_2< void, R, P1, P2 >  )

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