![]() |
RobWorkProject
25.2.11-
|
FireFunctor with 1 arguments. More...
#include <Event.hpp>
Public Types | |
typedef Event< CallBackMethod, T1 > | EventType |
Type of the event. | |
Public Member Functions | |
FireFunctor (EventType *event) | |
Constructor. More... | |
void | operator() (T1 t1) |
Functor operator for invoking the callback methods on all listeners. | |
FireFunctor with 1 arguments.
|
inline |
Constructor.
event | [in] the event. |