|
| template<class... Args> |
| void | operator() (Args &&... args) |
| | Call all handlers. More...
|
| |
| template<typename Handler > |
| void | operator+= (Handler &&hanlder) |
| | Add a handler to the action. More...
|
| |
| template<typename Handler > |
| void | operator-= (Handler &&hanlder) |
| | Remove a handler from the action. More...
|
| |
|
void | clear () |
| | Clear all handlers.
|
| |
◆ operator()()
template<class Signature >
template<class... Args>
Call all handlers.
- Parameters
-
| args | The arguments to pass to the handlers |
◆ operator+=()
template<class Signature >
template<typename Handler >
Add a handler to the action.
- Parameters
-
| hanlder | The handler to add |
◆ operator-=()
template<class Signature >
template<typename Handler >
Remove a handler from the action.
- Parameters
-
| hanlder | The handler to remove |
The documentation for this struct was generated from the following file:
- Packages/KapMirror/KapMirror/Experimental/Core/Action.hpp