Boost logo

Boost :

From: rwgk_at_[hidden]
Date: 2001-04-17 17:04:11


I just checked the cross-module support into the main boost CVS
tree. The documentation is in
root/libs/python/doc/cross_module.html.
Please let me know if there are any questions.
Ralf

--- In boost_at_y..., "David Abrahams" <abrahams_at_m...> wrote:
> Hi,
>
> Ralf Grosse-Kunstleve is currently working on integrating changes to
> Boost::Python that will allow what you're trying to do. They should
be part
> of the released boost libraries within about a week. If you're in a
hurry,
> you can try to check out the boost branch snapshot at
> http://sourceforge.net/projects/cctbx/, which I think has his cross-
module
> support in it.
>
> I hope Ralf will respond personally with more detailed info.
>
> -Dave
>
> ----- Original Message -----
> From: <thedent_at_m...>
> To: <boost_at_y...>
> Sent: Monday, April 16, 2001 11:57 AM
> Subject: [boost] Boost::Python Nubie Qestion: Using my own class in
> different modules
>
>
> > Hi there,
> > I want to use my own class MyVector in two modules I wrote with
the
> > boost python library.
> > But when I define a
> > class_builder<MyVector> vec_class(this_module,"vec")
> > in one module "MyModule1",
> > then the other module dont know about it.
> > I could define it in the other module "MyModule2" as well,
> > but the I have the different types Module1.vec and module2.vec.
> > Is there a way to use the same type in different modules???
> >
> > Thanks,
> > David Strippgen
> >
> >
> >
> >
> > To unsubscribe, send email to: <mailto:boost-unsubscribe_at_y...>
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk