Boost.python-Inner class

Hi , I have C++ code like class A { class B; --- --- } can any body help me in how I can map inner class for building python module. Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

On Wed, 2005-05-11 at 13:59 -0700, pankaj jain wrote:
Hi , I have C++ code like class A { class B; --- --- } can any body help me in how I can map inner class for building python module.
class_<A> A( "A");
class_
participants (2)
-
Jonathan Brandmeyer
-
pankaj jain