[C++-sig] problems with typedef void *

2010-12-12 Thread Jacob Davis
ion wrappers to pass them properly? Failing that, how do I modify my wrappers to support the typedefs? Much obliged, Jacob Davis ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig

Re: [C++-sig] problems with typedef void *

2010-12-14 Thread Jacob Davis
On Sun, Dec 12, 2010 at 3:04 PM, Jim Bosch wrote: > I think you'll want to define a custom wrapper class for each of these > typedefs with a distinct type. From your example, it looks like many of > these might be similar enough that you could use a template: > > [snip] > > Now, for all the oth