j
k
j a
j l
On Thu, Jan 7, 2010 at 10:08 AM, Igor R wrote:
... void consume() { sig.connect(boost::bind(&self_type::process, this, _1)); sig(2,0.5); } sig.connect(boost::bind(&self_type::process, this, _1, _2));
void consume() { sig.connect(boost::bind(&self_type::process, this, _1)); sig(2,0.5); }
void consume() { sig.connect(boost::bind(&self_type::process, this, _1));
sig(2,0.5); }
sig.connect(boost::bind(&self_type::process, this, _1, _2));
It works!! Thank you very much!! Best, -- Marco
Back to the thread
Back to the list