> boost::python::object - it's just a smart pointer to an arbitrary Python
> object (in the Python C-API, it's PyObject*).  It overloads operator()
> to invoke the underlying Python object's __call__ method, and it's
> templated to take a reasonable number of arbitrarily typed arguments,
> convert them to Python, and feed them to the Python method.
>

Jim/Stefan.

I think now I know how to proceed.

Thanks a ton.

Regards
- Puneet
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to