[C++-sig] Boost python and boost signal

2011-11-21 Thread Jay Riley
I was wondering if it's possible to hook python functions as slots into boost::signal or boost::signal2 signals? I found an old thread that said it wasn't directly possible, but it was from 2004. ___ Cplusplus-

Re: [C++-sig] Boost python and boost signal

2011-11-21 Thread Stefan Seefeld
On 11/21/2011 09:08 AM, Jay Riley wrote: > I was wondering if it's possible to hook python functions as slots > into boost::signal or boost::signal2 signals? I found an old thread > that said it wasn't directly possible, but it was from 2004. Given that it's possible to wrap Python functions in or

Re: [C++-sig] Boost python and boost signal

2011-11-21 Thread Niall Douglas
On 21 Nov 2011 at 9:08, Jay Riley wrote: > I was wondering if it's possible to hook python functions as slots into > boost::signal or boost::signal2 signals? I found an old thread that said > it wasn't directly possible, but it was from 2004. > Integrating t

Re: [C++-sig] Boost python and boost signal

2011-11-21 Thread Stefan Seefeld
On 11/21/2011 01:06 PM, Niall Douglas wrote: > On 21 Nov 2011 at 9:08, Jay Riley wrote: > >> I was wondering if it's possible to hook python functions as slots into >> boost::signal or boost::signal2 signals? I found an old thread that said >> it wasn't directly possible, but it was from 2004.

Re: [C++-sig] Boost python and boost signal

2011-11-21 Thread Niall Douglas
On 21 Nov 2011 at 13:16, Stefan Seefeld wrote: > >> I was wondering if it's possible to hook python functions as slots into > >> boost::signal or boost::signal2 signals? I found an old thread that said > >> it wasn't directly possible, but it was from 2004. > >>