$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: mghiggins
Date: 2003-02-23 10:10:44
Excuse my newbiness if this question is too dumb... :)
I've built a python extension from a C++ class using boost - it all
seems to work fine.
However, now another C++ function is receiving a pointer to a PyObject
that represents an instance of this "boosted" python class. How do I
pick off a pointer to the underlying C++ object from the PyObject
pointer?