![]() |
Home | Libraries | People | FAQ | More |
boost::signals::slot_selector — Reference to a class instance and pointer to a class member function.
template<typename Signature, typename T> struct slot_selector { // types typedef Signature signature_type; typedef T class_type; // construct/copy/destruct slot_selector(unspecified, T &); T & object; unspecified func; };
| Copyright © 2007 Stjepan Rajko |