11 #ifndef STK_UTIL_UTIL_Callback_hpp 12 #define STK_UTIL_UTIL_Callback_hpp 59 typedef void (T::*
F)();
116 #endif // STK_UTIL_UTIL_Callback_hpp
virtual void operator()() const
Member function operator() calls the member function on the object.
Callback< void > CallbackBase
Shorthand for Callback<void>
CallbackBase * create_callback(T &t, void(T::*f)())
Member function create_callback creates a new callback object which calls the member function f on th...
void(T::* F)()
Member function signature.