[C++-sig] newbie questions

Stefan Seefeld seefeld at sympatico.ca
Tue Oct 8 15:08:42 CEST 2002


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 ?

Regards,
		Stefan





More information about the Cplusplus-sig mailing list