Searched defs:handler_type (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dhandler_type.hpp2 // handler_type.hpp
23 * The handler_type traits class is used for determining the concrete handler
31 struct handler_type struct in namespace:asio
39 struct handler_type<const Handler, Signature> struct in namespace:asio
40 : handler_type<Handler, Signature> {};
43 struct handler_type<volatile Handler, Signature> struct in namespace:asio
44 : handler_type<Handler, Signature> {};
47 struct handler_type<const volatile Handler, Signature> struct in namespace:asio
48 : handler_type<Handler, Signature> {};
51 struct handler_type<cons struct in namespace:asio
55 struct handler_type<volatile Handler&, Signature> struct in namespace:asio
59 struct handler_type<const volatile Handler&, Signature> struct in namespace:asio
63 struct handler_type<Handler&, Signature> struct in namespace:asio
67 struct handler_type<Handler&&, Signature> struct in namespace:asio
71 struct handler_type<ReturnType(), Signature> struct in namespace:asio
75 struct handler_type<ReturnType(Arg1), Signature> struct in namespace:asio
79 struct handler_type<ReturnType(Arg1, Arg2), Signature> struct in namespace:asio
84 struct handler_type<ReturnType(Arg1, Arg2, Arg3), Signature> struct in namespace:asio
89 struct handler_type<ReturnType(Arg1, Arg2, Arg3, Arg4), Signature> struct in namespace:asio
94 struct handler_type<ReturnType(Arg1, Arg2, Arg3, Arg4, Arg5), Signature> struct in namespace:asio
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dhandler_type.hpp2 // handler_type.hpp
23 * The handler_type traits class is used for determining the concrete handler
31 struct handler_type struct in namespace:asio
39 struct handler_type<const Handler, Signature> struct in namespace:asio
40 : handler_type<Handler, Signature> {};
43 struct handler_type<volatile Handler, Signature> struct in namespace:asio
44 : handler_type<Handler, Signature> {};
47 struct handler_type<const volatile Handler, Signature> struct in namespace:asio
48 : handler_type<Handler, Signature> {};
51 struct handler_type<cons struct in namespace:asio
55 struct handler_type<volatile Handler&, Signature> struct in namespace:asio
59 struct handler_type<const volatile Handler&, Signature> struct in namespace:asio
63 struct handler_type<Handler&, Signature> struct in namespace:asio
67 struct handler_type<Handler&&, Signature> struct in namespace:asio
71 struct handler_type<ReturnType(), Signature> struct in namespace:asio
75 struct handler_type<ReturnType(Arg1), Signature> struct in namespace:asio
79 struct handler_type<ReturnType(Arg1, Arg2), Signature> struct in namespace:asio
84 struct handler_type<ReturnType(Arg1, Arg2, Arg3), Signature> struct in namespace:asio
89 struct handler_type<ReturnType(Arg1, Arg2, Arg3, Arg4), Signature> struct in namespace:asio
94 struct handler_type<ReturnType(Arg1, Arg2, Arg3, Arg4, Arg5), Signature> struct in namespace:asio
[all...]

Completed in 4953 milliseconds