Thanks Alex, this looks very good. I will try it later today. On 8/30/06, Alex Mohr <amohr@pixar.com> wrote: [snip]
Also note that when you get to doing polymorphic wrappers, you're going to want to be able to distinguish the polymorphic wrapper type from the "logical" wrapped type T. To do that, you'll need to either roll your own or be willing to use non-public boost.python api. (detail::unwrap_wrapper).
I think I am a little lost here or missing something. I am definitely going to be using this code in in the presence of polymorphism. Can you explain this part further or do you have a code example where you have had to do this? -Allen
Hope that helps,
Alex _______________________________________________ C++-sig mailing list C++-sig@python.org http://mail.python.org/mailman/listinfo/c++-sig