Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

slot_selector

See also: slot_selector class reference.

The slot_selector class is used to refer to a particular member function of a particular object, and can be used can be used as a receiver.

slot_selector objects can be constructed using the boost::signals::make_slot_selector function. See the Multiple inputs of the same signature example.

Copyright © 2007 Stjepan Rajko

PrevUpHomeNext