library of assembled shared sources |
http://lass.cocamware.com |
Static Public Member Functions | |
static PyObject * | callFunction (PyObject *args, R(*iFunction)()) |
static PyObject * | callMethod (PyObject *args, CppClass *iObject, R(CppClass::*iMethod)()) |
static PyObject * | callMethod (PyObject *args, const CppClass *iObject, R(CppClass::*iMethod)() const ) |
static PyObject * | callConstructor (PyTypeObject *iSubtype, PyObject *args) |
static bool | isConstMember (R(CppClass::*)()) |
static bool | isConstMember (R(CppClass::*)() const ) |
Definition at line 4202 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver< CppClass, R, lass::meta::NullType >::Impl::callFunction | ( | PyObject * | args, | |
R(*)() | iFunction | |||
) | [inline, static] |
Definition at line 4204 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver< CppClass, R, lass::meta::NullType >::Impl::callMethod | ( | PyObject * | args, | |
CppClass * | iObject, | |||
R(CppClass::*)() | iMethod | |||
) | [inline, static] |
Definition at line 4208 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver< CppClass, R, lass::meta::NullType >::Impl::callMethod | ( | PyObject * | args, | |
const CppClass * | iObject, | |||
R(CppClass::*)() const | iMethod | |||
) | [inline, static] |
Definition at line 4212 of file pyobject_call.inl.
static PyObject* lass::python::impl::ExplicitResolver< CppClass, R, lass::meta::NullType >::Impl::callConstructor | ( | PyTypeObject * | iSubtype, | |
PyObject * | args | |||
) | [inline, static] |
Definition at line 4216 of file pyobject_call.inl.
static bool lass::python::impl::ExplicitResolver< CppClass, R, lass::meta::NullType >::Impl::isConstMember | ( | R(CppClass::*)() | ) | [inline, static] |
Definition at line 4220 of file pyobject_call.inl.
static bool lass::python::impl::ExplicitResolver< CppClass, R, lass::meta::NullType >::Impl::isConstMember | ( | R(CppClass::*)() | const | ) | [inline, static] |
Definition at line 4221 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 |