$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: rwgk_at_[hidden]
Date: 2001-02-28 13:07:40
--- In boost_at_y..., Marc Paterno <paterno_at_f...> wrote:
> (2) What functions do I write to control the conversion?
> Sometimes I also want to translate the contained items,
> so I think I may need to write the from_python and to_python
> functions myself. An example of doing so for a fairly
> simple case would be very useful to me (and perhaps others).
A simple related example is this:
boost/libs/python/example/getting_started5.cpp
You might also be interested in getting_started4.cpp.
Ralf