/home/runner/work/HiCR/HiCR/include/hicr/frontends/tasking/callbackMap.hpp Source File
HiCR
|
callbackMap.hpp
Go to the documentation of this file.
61 __INLINE__ void setCallback(const E callback, callbackFc_t<T> fc) { _callbackMap[callback] = fc; }
80 __INLINE__ bool isCallbackSet(const E callback) const { return _callbackMap.contains(callback); }
Definition callbackMap.hpp:40
__INLINE__ void trigger(T arg, const E callback) const
Definition callbackMap.hpp:69
__INLINE__ void removeCallback(const E callback)
Definition callbackMap.hpp:53
__INLINE__ void setCallback(const E callback, callbackFc_t< T > fc)
Definition callbackMap.hpp:61
__INLINE__ bool isCallbackSet(const E callback) const
Definition callbackMap.hpp:80
This file implements variables shared among mutiple code files.
Generated by