[EMAIL PROTECTED] wrote:
Is there are way to get the address of the C++ instance pointed to by a
given Boost.Python wrapper object? I don't need a real pointer, the
address alone suffices.

You may try using

type const &ref = extract<type const &>(object);


HTH,
      Stefan

--

     ...ich hab' noch einen Koffer in Berlin...

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

Reply via email to