Inheritance code

Daniel Wallin <[email protected]>
Newsgroups gmane.comp.lib.boost.langbinding
Message-ID <[email protected]>
I just checked the initial inheritance code in, it's just the inheritance code
from boost.python made into a singleton. No graph or cache data is shared
between modules at this point.

The relevant files are:

   boost/langbinding/inheritance.hpp
   libs/langbinding/inheritance.cpp
   libs/langbinding/inheritance_instance.cpp

The jamfile that builds this would look something like:

dll langbinding
    : inheritance.cpp
    :
    ;

lib langbinding-static
    : inheritance_instance.cpp
    :
    ;

I've plugged parts of this in luabind, but there are additional issues with our
holders that's preventing me from finishing it up.

---
Daniel Wallin



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.