library of assembled shared sources |
http://lass.cocamware.com |
Static Public Member Functions | |
static PyObject * | callFunction (PyObject *args, R(*iFunction)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13)) |
static PyObject * | callMethod (PyObject *args, CppClass *iObject, R(CppClass::*iMethod)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13)) |
static PyObject * | callMethod (PyObject *args, const CppClass *iObject, R(CppClass::*iMethod)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) const ) |
static bool | isConstMember (R(CppClass::*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13)) |
static bool | isConstMember (R(CppClass::*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) const ) |
static PyObject * | callFreeMethod (PyObject *args, CppClass *iObject, R(*iFreeMethod)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13)) |
static PyObject * | callConstructor (PyTypeObject *iSubtype, PyObject *args) |
Definition at line 4601 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::callFunction | ( | PyObject * | args, | |
R(*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) | iFunction | |||
) | [inline, static] |
Definition at line 4603 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::callMethod | ( | PyObject * | args, | |
CppClass * | iObject, | |||
R(CppClass::*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) | iMethod | |||
) | [inline, static] |
Definition at line 4607 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::callMethod | ( | PyObject * | args, | |
const CppClass * | iObject, | |||
R(CppClass::*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) const | iMethod | |||
) | [inline, static] |
Definition at line 4611 of file pyobject_call.inl.
static bool lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::isConstMember | ( | R(CppClass::*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) | ) | [inline, static] |
Definition at line 4615 of file pyobject_call.inl.
static bool lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::isConstMember | ( | R(CppClass::*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) | const | ) | [inline, static] |
Definition at line 4616 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::callFreeMethod | ( | PyObject * | args, | |
CppClass * | iObject, | |||
R(*)(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) | iFreeMethod | |||
) | [inline, static] |
Definition at line 4617 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver13< CppClass, R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, lass::meta::NullType >::Impl::callConstructor | ( | PyTypeObject * | iSubtype, | |
PyObject * | args | |||
) | [inline, static] |
Definition at line 4621 of file pyobject_call.inl.
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |