Can I walk the slot list in a signal?

27 Sep
2007
27 Sep
'07
8:06 p.m.
I'm having a problem on 64-bit windows (no other platform, 32 or 64-bit), where only the first slot in a signal is being called. No exception is being thrown, which is usually how this kind of thing happens. Is there any way for me to walk the list of connected slots right before I invoke the signal? It would be helpful if I knew if somehow the slot had become disconnected, or if boost::signal just wasn't invoking for some other reason. -- Nick

28 Sep
28 Sep
2:47 a.m.
Nicholas Bastin wrote:
Is there any way for me to walk the list of connected slots right before I invoke the signal?
You might want to read up on the Combiner functionality: http://boost.org/doc/html/signals/tutorial.html#id1626921
6443
Age (days ago)
6444
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nat Goodspeed
-
Nicholas Bastin