[C++-sig] newbie questions

David Abrahams dave at boost-consulting.com
Tue Oct 8 15:15:59 CEST 2002


Stefan Seefeld <seefeld at sympatico.ca> writes:

> Hi David,
> 
> David Abrahams wrote:
> 
> >      python::class_<Foo,
> >                     boost::shared_ptr<Foo>,
> >                     boost::noncopyable> hello("Foo", no_init);
> 
> works wonderfully !
> 
> I want to add nested types to my class (enums, consts, other classes,
> etc.).  How is this to be done ?

See
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/boost/boost/libs/python/doc/v2/scope.html


Hmm, it's clear to me that many pages are missing from the reference
documentation index.

-- 
           David Abrahams * Boost Consulting
dave at boost-consulting.com * http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list