Re: [C++-sig] Wrapping a function that takes class type, such as type_info

2012-02-25 Thread Jim Bosch
On 02/25/2012 09:25 AM, Adam Preble wrote: It looks like PyObject_IsSubClass is working (!), but I wanted to follow up on the boost::python::object stuff: On Fri, Feb 24, 2012 at 9:56 PM, Jim Bosch wrote: On 02/24/2012 02:31 AM, Adam Preble wrote: Jim, I'll top post since I think this migh

Re: [C++-sig] Wrapping a function that takes class type, such as type_info

2012-02-25 Thread Adam Preble
It looks like PyObject_IsSubClass is working (!), but I wanted to follow up on the boost::python::object stuff: On Fri, Feb 24, 2012 at 9:56 PM, Jim Bosch wrote: > On 02/24/2012 02:31 AM, Adam Preble wrote: > >> Jim, >> >> I'll top post since I think this might get messy nice and fast >> otherwi