Re: [C++-sig] splitting it into multiple pieces
by Stefan Seefeld other posts by this author
Oct 22 2002 11:22PM messages near this date
[C++-sig] splitting it into multiple pieces
|
[C++-sig] boost-python link command a bit too long on gcc 3.2
greg Landrum wrote:
> The problem is that I've got a bunch of interconnected objects:
> Molecules are made up of Atoms and Bonds (and have GetAtom/Bond methods)
> Atoms and Bonds each contain a pointer back to their parent Molecule
> (and have GetParent methods)
Right, but these methods are in the C++ domain, where obviously
dependencies are not an issue. The wrapper objects you create with
boost.python don't care. Even inheritance seems to be resolved dynamically,
i.e. at runtime.
I'v just done a similar thing and it works wonderfully.
Regards,
Stefan
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
greg Landrum
Stefan Seefeld
Rene Rivera
Ralf W. Grosse-Kunstleve
Ralf W. Grosse-Kunstleve
|