|
class | qx::IxFunction |
| qx::IxFunction : common interface for all functions registered into QxOrm context (used by introspection engine) More...
|
|
class | qx::QxFunction_0< Owner, R > |
| qx::QxFunction_0<Owner, R> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and without parameter More...
|
|
class | qx::QxFunction_1< Owner, R, P1 > |
| qx::QxFunction_1<Owner, R, P1> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 1 parameter P1 More...
|
|
class | qx::QxFunction_2< Owner, R, P1, P2 > |
| qx::QxFunction_2<Owner, R, P1, P2> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 2 parameters P1, P2 More...
|
|
class | qx::QxFunction_3< Owner, R, P1, P2, P3 > |
| qx::QxFunction_3<Owner, R, P1, P2, P3> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 3 parameters P1, P2, P3 More...
|
|
class | qx::QxFunction_4< Owner, R, P1, P2, P3, P4 > |
| 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...
|
|
class | qx::QxFunction_5< Owner, R, P1, P2, P3, P4, P5 > |
| qx::QxFunction_5<Owner, R, P1, P2, P3, P4, P5> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 5 parameters P1, P2, P3, P4, P5 More...
|
|
class | qx::QxFunction_6< Owner, R, P1, P2, P3, P4, P5, P6 > |
| qx::QxFunction_6<Owner, R, P1, P2, P3, P4, P5, P6> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 6 parameters P1, P2, P3, P4, P5, P6 More...
|
|
class | qx::QxFunction_7< Owner, R, P1, P2, P3, P4, P5, P6, P7 > |
| qx::QxFunction_7<Owner, R, P1, P2, P3, P4, P5, P6, P7> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 7 parameters P1, P2, P3, P4, P5, P6, P7 More...
|
|
class | qx::QxFunction_8< Owner, R, P1, P2, P3, P4, P5, P6, P7, P8 > |
| qx::QxFunction_8<Owner, R, P1, P2, P3, P4, P5, P6, P7, P8> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 8 parameters P1, P2, P3, P4, P5, P6, P7, P8 More...
|
|
class | qx::QxFunction_9< Owner, R, P1, P2, P3, P4, P5, P6, P7, P8, P9 > |
| qx::QxFunction_9<Owner, R, P1, P2, P3, P4, P5, P6, P7, P8, P9> : concrete function registered into QxOrm context defined into class Owner, returning an object of type R and with 9 parameters P1, P2, P3, P4, P5, P6, P7, P8, P9 More...
|
|