32#ifndef _QX_PARAMETERS_H_
33#define _QX_PARAMETERS_H_
52template <
class T,
typename P>
55template <
class T,
typename P>
58template <
class T,
typename P>
61template <
class T,
typename P>
64template <
class T,
typename P>
67template <
class T,
typename P>
70template <
class T,
typename P>
73template <
class T,
typename P>
76template <
class T,
typename P>
Common interface for all functions registered into QxOrm context (used by introspection engine)
#define QX_FUNCTION_GET_PARAM_TYPE_ANY(PARAMCOUNT)
#define QX_FUNCTION_GET_PARAM_TYPE_STRING(PARAMCOUNT)
#define QX_FUNCTION_GET_PARAM_TYPE_STRING_TO_QSTRING(PARAMCOUNT)
qx::IxFunction : common interface for all functions registered into QxOrm context (used by introspect...
qx_bool : boolean type with code and description message when an error occured
qx_bool get_param_1(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_5(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_9(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_2(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_7(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_3(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_6(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_4(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
qx_bool get_param_8(const T ¶ms, P &p, const qx::IxFunction *qx_fct)
Root namespace for all QxOrm library features.