|
Doxygen with github
|
Implements interface for multicasting events. More...
#include <ksEventInterface.h>
Inheritance diagram for ksf::evt::ksEventInterface:Protected Member Functions | |
| virtual void | unbind (std::size_t callbackUID)=0 |
| Unbinds callback from the list. | |
Friends | |
| class | ksEventHandle |
Implements interface for multicasting events.
|
protectedpure virtual |
Unbinds callback from the list.
| callbackUID | Unique callback ID |
Implemented in ksf::evt::ksEvent< Params >, ksf::evt::ksEvent< const std::string_view &, bool &, std::string & >, ksf::evt::ksEvent< const std::string_view &, const std::string_view & >, ksf::evt::ksEvent< std::shared_ptr< ksf::comps::ksMqttConnector > & >, and ksf::evt::ksEvent<>.