[C++-sig] IQuestion : nner class code boost.python

Clark foo.Clark at gmail.com
Fri May 13 16:58:32 CEST 2005


On Thu, May 12, 2005 at 11:03:34AM -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.

Please see library reference of Boost.Python on Scope.

On my machine the documents is 

/usr/share/doc/libboost-doc/HTML/libs/python/doc/v2/scope.html

There is an example for mapping inner class.



More information about the Cplusplus-sig mailing list