$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-07-19 08:24:08
"mat_2775" <mat27a_at_[hidden]> writes:
> Hi,
>
> I'm very new to BOOST so please forgive my ignorance.
>
> I want to use the signals library of BOOST through Python. My
> question is whether that is actually possible and if so how?
If you want to use the signals library through Python you'd have to
wrap it using Boost.Python. I would consider wrapping:
boost::signal0<object>
boost::signal1<object, object>
boost::signal2<object, object, object>
boost::signal3<object, object, object, object>
[you should probably take Boost.Python-related questions to the
Python C++-sig. See
http://www.boost.org/more/mailing_lists.htm#cplussig.]
-- Dave Abrahams Boost Consulting www.boost-consulting.com