event class that requires the user to clean up after themselves
More...
#include <event.h>
|
using | observer_type = std::function<void(event_parameter_types_param...)> |
|
|
void | subscribe (observer_type observer) |
| adds an observer
|
|
void | unsubscribe (const observer_type &observer) |
| removes an observer
|
|
void | notify (event_parameter_types_param... params) const |
| notify observers
|
|
template<class... event_parameter_types_param>
class jfc::event< event_parameter_types_param >
event class that requires the user to clean up after themselves
The documentation for this class was generated from the following file:
- /home/deck/Workspace/gdk-test_game/thirdparty/gdk-graphics/include/jfc/event.h