
I could be wrong here, but it seems like you need a priori knowledge of the signature to bind to it explicitly. (e.g. you need to know the signature to bind it to something, either that or make it an abstract signature. ) If you had a tinker-toy example, I may be able to help more. Cheers, Tim On Mon, Feb 16, 2009 at 3:07 AM, Germán Diago <germandiago@gmail.com> wrote:
Hello. I'm trying to implement a similar system to signals/slots found in qt, with connections at runtime. Now I need to know the argument types for a given signal, like boost::function<>::first_arg_type and so on. Is this possible, and how? thank you very much. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users