Template Class Signal1

Class Documentation

template<class M>
class Signal1

Public Functions

template<typename P>
inline CallbackHelper1Ptr addCallback(const std::function<void(P)> &callback)
inline void removeCallback(const CallbackHelper1Ptr &helper)
inline void call(const MessageEvent<M const> &event)