#include <hook.hpp>
Public Types | |
typedef std::function< void(Args...)> | callback_type |
Public Member Functions | |
void | operator= (callback_type &&cb) |
void | operator= (const callback_type &cb) |
void | operator() (Args... args) |
void | reset () |
void | clear () |
Private Attributes | |
callback_type | m_function |
Hook mechanism for realising extension points
typedef std::function<void(Args...)> vanetza::Hook< Args >::callback_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |